wasm4
wasm4 copied to clipboard
wasm4 project runs on native mode, but doesnt run on browser
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
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.