選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

start-profiling.sh 139B

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