bjatkin / flappy-boot

a flappy bird clone for the GBA
MIT License
14 stars 3 forks source link

Can't run wasm: gojs: module is not an object #41

Open d9k opened 3 weeks ago

d9k commented 3 weeks ago

Tried to copy flappy_boot.wasm to web/ & web/dist.

Both

npm run dev

and

npm run build; npm run preview:

App.tsx:40 TypeError: WebAssembly.instantiate(): Import #0 module="gojs": module is not an object or function
d9k commented 3 weeks ago

Also README instructions are a little bit strange.

It says

npm init

but I think it must be

cd web; npm install