build.sh 105 B

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