2 lines
105 B
Bash
Executable File
2 lines
105 B
Bash
Executable File
# compile with debug symbols and no optimization
|
|
rustc --target wasm32-wasip1 ./test.rs -g -C opt-level=0 |