diff --git a/example_wasm/Cargo.toml b/example_wasm/Cargo.toml index e434dbc..a61c033 100644 --- a/example_wasm/Cargo.toml +++ b/example_wasm/Cargo.toml @@ -10,4 +10,8 @@ crate-type = ["cdylib", "rlib"] [dependencies] -shadow-rs = { path = "../", default-features = false, features = ["tzdb"] } \ No newline at end of file +shadow-rs = { path = "../", default-features = false, features = ["tzdb"] } + + +[package.metadata.wasm-pack.profile.release] +wasm-opt = false