build.sh 103 B

12
  1. # compile with debug symbols and no optimization
  2. rustc --target wasm32-wasi ./test.rs -g -C opt-level=0