From 390c4e9603f122572065d00e13d73a8112b114cd Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Mon, 9 Dec 2024 16:59:46 -0600 Subject: [PATCH] support building WASM --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) 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"