Skip to content

Commit

Permalink
fix(wasm-bindgen): upgrade to latest webpack version
Browse files Browse the repository at this point in the history
Following @fitzgen advice wasm-tool/wasm-pack-plugin#62 (comment)

Now, can use wasm-bindgen latest version 馃憤
  • Loading branch information
topheman committed Jun 3, 2019
1 parent d5cc846 commit 0c58558
Show file tree
Hide file tree
Showing 3 changed files with 509 additions and 534 deletions.
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.34"
wasm-bindgen = "= 0.2.45"

# 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
Loading

0 comments on commit 0c58558

Please sign in to comment.