mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-13 07:48:17 +00:00
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 |