Skip to content

Commit dc7a795

Browse files
committed
udpate for breaking webpack breaking issue
1 parent e358320 commit dc7a795

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxing-wasm"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
description = "wasm bindings for rxing to provide commong barcode operations (decode/encode)"
66
repository = "https://github.com/rxing-core/rxing-wasm"
@@ -36,6 +36,7 @@ wasm-bindgen-test = "0.3.34"
3636
# Tell `rustc` to optimize for small code size.
3737
opt-level = "s"
3838
lto = "fat"
39+
strip = true
3940

4041
[package.metadata.wasm-pack.profile.release]
4142
wasm-opt = false

examples/webpack+js/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ <h1>RXing - Decode Barcodes</h1>
106106
</html>
107107

108108
<!-- Copyright 2023 Henry Schimke -->
109-
<!-- Using rxing-wasm v0.3.2 -->
109+
<!-- Using rxing-wasm v0.3.3 -->

examples/webpack+js/package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/webpack+js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"node" : ">=18.0.0"
2424
},
2525
"dependencies": {
26-
"rxing-wasm": "0.3.2"
26+
"rxing-wasm": "0.3.3"
2727
}
2828
}

0 commit comments

Comments
 (0)