Skip to content

Commit

Permalink
udpate for breaking webpack breaking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Dec 20, 2024
1 parent e358320 commit dc7a795
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion examples/webpack+js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ <h1>RXing - Decode Barcodes</h1>
</html>

<!-- Copyright 2023 Henry Schimke -->
<!-- Using rxing-wasm v0.3.2 -->
<!-- Using rxing-wasm v0.3.3 -->
17 changes: 9 additions & 8 deletions examples/webpack+js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/webpack+js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"node" : ">=18.0.0"
},
"dependencies": {
"rxing-wasm": "0.3.2"
"rxing-wasm": "0.3.3"
}
}

0 comments on commit dc7a795

Please sign in to comment.