diff --git a/Cargo.toml b/Cargo.toml index 576545a..c10ada5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,9 @@ crate-type = ["cdylib", "rlib"] [features] default = ["console_error_panic_hook", "wee_alloc"] +[build] +target = "wasm32-unknown-unknown" + [build-dependencies] serde = "1.0" serde_json = "1.0"