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-profiling.sh 118B

123456789
  1. #!/bin/bash
  2. set -v
  3. . ./bootstrap.sh
  4. wasm-pack build --target web --profiling
  5. basic-http-server ./ -a 0.0.0.0:4001