diff --git a/Cargo.toml b/Cargo.toml index 917216e..dd8d3b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,3 +50,5 @@ opt-level = "s" # Strip all debugging information from the binary to slightly reduce file size. strip = "debuginfo" +[target.wasm32-unknown-unknown] +runner = "wasm-server-runner"