support building WASM
This commit is contained in:
@ -50,3 +50,5 @@ opt-level = "s"
|
|||||||
# Strip all debugging information from the binary to slightly reduce file size.
|
# Strip all debugging information from the binary to slightly reduce file size.
|
||||||
strip = "debuginfo"
|
strip = "debuginfo"
|
||||||
|
|
||||||
|
[target.wasm32-unknown-unknown]
|
||||||
|
runner = "wasm-server-runner"
|
||||||
|
Reference in New Issue
Block a user