David Presle
Results
2
issues of
David Presle
Hello, I try to follow this tutorial : https://rustwasm.github.io/docs/book/game-of-life/hello-world.html I get an error when I launch `npm init wasm-app www` ``` PS C:\Orus\Prog\lmt\wasm-game-of-life> npm init wasm-app www npx: installed 1...
bug
I’ve got 2 data files : table.bin (283 bytes) configuration.bin (64 bytes) if I do picotool uf2 convert -o 0x10001000 table.bin pico.uf2 picotool uf2 convert -o 0x10002000 configuration.bin pico.uf2 then...