support building WASM

This commit is contained in:
Christian Nieves
2024-12-09 16:59:46 -06:00
parent a8dc087bc2
commit 390c4e9603

View File

@ -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"