run.sh 150 B

1234567
  1. #!/bin/sh
  2. # Builds the example_actor crate as a WASM component and then runs it using this crate.
  3. set -e
  4. cd ../example_actor
  5. ./build.sh
  6. cd -
  7. cargo run