You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
The instructions at https://github.com/nesbox/TIC-80/blob/main/templates/rust/README.md seem outdated. In addition to clear syntax issues ("card name is missing"), there seem to be no clear instructions on how to do continuous development (as I always get the default Hello World application despite my changes). I am running 1.1.2692-dev (02fd0eb).
The text was updated successfully, but these errors were encountered:
Solved this by changing the command to: import binary target/wasm32-unknown-unknown/release/cart.wasm. This way, a new WASM cartridge will be created, and a WASM file can be imported so that it would be executed instead of the default Lua script. Will make a PR on this.
It turned out, that a new WASM cartridge must be created prior to
saving a new one, in order to prevent the default Lua code running,
instead of the WASM code.
Hello!
The instructions at https://github.com/nesbox/TIC-80/blob/main/templates/rust/README.md seem outdated. In addition to clear syntax issues ("card name is missing"), there seem to be no clear instructions on how to do continuous development (as I always get the default Hello World application despite my changes). I am running
1.1.2692-dev (02fd0eb)
.The text was updated successfully, but these errors were encountered: