#!/bin/sh # Builds the example_actor crate as a WASM component and then runs it using this crate. set -e cd ../example_actor ./build.sh cd - cargo run