wasm4 icon indicating copy to clipboard operation
wasm4 copied to clipboard

wasm4 project runs on native mode, but doesnt run on browser

Open Ruulul opened this issue 2 years ago • 1 comments

doing a simple simulator on wasm4, it runs with run-native, but when I try to run with the standard run command, nothing shows up on screen.

Expected

The cart should run with the same behaviour both on native and on browser

Ruulul avatar Nov 18 '23 13:11 Ruulul

Hello! I cannot build your project. The zig version is unspecified and both 0.11 and zig master fail for different reasons. Could you provide a minimal example that shows the issue, or just the latest built .wasm file of it is fine too.

Since you are doing disk loading in start, that might be the cause if you have strict browser permissions regarding localStorage.

JerwuQu avatar Apr 17 '24 17:04 JerwuQu