diff --git a/Cargo.toml b/Cargo.toml index f550f6a..7c58ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-wasm" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)" repository = "https://github.com/rxing-core/rxing-wasm" @@ -36,6 +36,7 @@ wasm-bindgen-test = "0.3.34" # Tell `rustc` to optimize for small code size. opt-level = "s" lto = "fat" +strip = true [package.metadata.wasm-pack.profile.release] wasm-opt = false diff --git a/examples/webpack+js/index.html b/examples/webpack+js/index.html index f4e77a9..adc34d4 100644 --- a/examples/webpack+js/index.html +++ b/examples/webpack+js/index.html @@ -106,4 +106,4 @@