felixrieseberg / windows95

💩🚀 Windows 95 in Electron. Runs on macOS, Linux, and Windows.
Other
22.26k stars 1.29k forks source link

wasm support? #227

Open Pixelsuft opened 3 years ago

Pixelsuft commented 3 years ago

Virtual x86 added wasm support. Now image runs faster in browser, than in electron app. But sound works bad...

Pixelsuft commented 3 years ago

image

parkerlreed commented 3 years ago

What system are you running on? I loaded it up on Chrome on the laptop and the startup music played just fine.

Pixelsuft commented 3 years ago

Google Chrome on Windows 10 x64

Pixelsuft commented 3 years ago

I'm going to make browser port with wasm and without (or only with)

Pixelsuft commented 3 years ago

https://pixelsuft.github.io/windows95/?profile=windows95

SeaMac commented 3 years ago

https://pixelsuft.github.io/windows95/?profile=windows95

I tried that ... can't click any button on that page ... ESC Key does nothing for me. Firefox 92.0 64 Bit (Enhanced Tracking Protection OFF) ... cursor just flashes out briefly. Love this project ... consider myself a Beta (Alpha? also) Tester.

hello-smile6 commented 2 years ago

@Pixelsuft Just copy the WASM file into resources/app/dist/static/build/v86.wasm and replace the libv86.js file with an updated version. Worked for me that way.