NostalgiaJS has been updated to v1.2. With this new release Windows 10 support has been added. This means you can now make builds for the Windows 10 platform, in addition to Linux, and Mac. It's also worth mentioning that Libretro Retroarch Windows DLL cores have been added among other things.
Lastly, the popular PS1 Emulator Duckstation has also been added to both the Windows and non Windows Libretro Cores in NostalgiaJS. Duckstation features various quality of life enhancements such as 4K support, texture filtering, overclocking etc.
Quick Note: Since Github has file size restrictions you will need to install the dependencies yourself.
It's very easy to do. After you download .zip file. Extract the contents. Then, change into the directory
of the zip file you just downloaded. Then run these two commands in your terminal.
npm install
npm run start
If you wish to build a binary for your operating system, there are three build scripts. One for MacOS,
Linux and Windows. Just run npm run package-mac
for mac, npm run package-linux
or npm run package-win
for Windows 10.