Skip to content

Commit 384b4d3

Browse files
committed
track rxing v0.6.5
1 parent fd5711e commit 384b4d3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rxing-wasm"
3-
version = "0.3.3"
3+
version = "0.3.5"
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"
@@ -26,7 +26,7 @@ web-sys = {version = "0.3.76", features = ["CanvasRenderingContext2d", "HtmlCan
2626
# code size when deploying.
2727
console_error_panic_hook = { version = "0.1.7", optional = true }
2828

29-
rxing = {version = "~0.6.3", default-features = false, features = ["wasm_support"]}
29+
rxing = {version = "~0.6.5", default-features = false, features = ["wasm_support"]}
3030
#rxing = {path="../rxing", version = "~0.2.23", default-features = false, features = ["wasm_support"]}
3131

3232
[dev-dependencies]

build-wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
22

33
wasm-pack build --release
4-
wasm-opt pkg/rxing_wasm_bg.wasm -o pkg/rxing_wasm_bg-opt.wasm --enable-bulk-memory -O1 --inlining-optimizing --heap-store-optimization --optimize-casts -O4
4+
wasm-opt pkg/rxing_wasm_bg.wasm -o pkg/rxing_wasm_bg-opt.wasm --enable-bulk-memory -O1 --inlining-optimizing --heap-store-optimization --optimize-casts -Oz -O4
55
mv pkg/rxing_wasm_bg-opt.wasm pkg/rxing_wasm_bg.wasm

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.3 -->
109+
<!-- Using rxing-wasm v0.3.5 -->

examples/webpack+js/package-lock.json

Lines changed: 7 additions & 7 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": ">=22.0.0"
2424
},
2525
"dependencies": {
26-
"rxing-wasm": "^0.3.3"
26+
"rxing-wasm": "^0.3.5"
2727
}
2828
}

0 commit comments

Comments
 (0)