You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

start-debug-mode.sh 142B

12345678910
  1. #!/bin/bash
  2. set -v
  3. . ./bootstrap.sh
  4. wasm-pack build --target web --dev -- --features "with-measure"
  5. basic-http-server ./ -a 0.0.0.0:4001