Replies: 1 comment
-
|
I wrote a batch file with similar commands and it worked. Still don't know what was the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Im trying to setup my project to compile zig to wasm. to test the result, as I understand i first need to load .wasmp file with sprites and assets, and then import code from .wasm. Problem is, .wasmp wont load properly from command line for me. No errors, its just default project. Typing same commands in tic i opened separately will load everything properly.
here are my --cmd args:
"load selo.wasmp & import binary zig-out/bin/selo.wasm & save & run",selo.wasmp is in the subfolder with rest of the zig build stuff. I noticed that tic can load cartridge from subfolder just by name. but I noticed difference in behavior. While command line will switch tic to this folder, and sets it as root folder. But clean session does not switch folder.
Will be thankful to any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions