Skip to content

Commit

Permalink
chore(*): upgrade wasm-bindgen to latest version possible 0.2.34
Browse files Browse the repository at this point in the history
See issue "Error: Unexpected section: 0xfe" - wasm-tool/wasm-pack-plugin#62
  • Loading branch information
topheman committed May 30, 2019
1 parent 25350dd commit d5cc846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
cfg-if = "0.1.5"
wasm-bindgen = "= 0.2.25"
wasm-bindgen = "= 0.2.34"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit d5cc846

Please sign in to comment.