Skip to content

Commit

Permalink
fix: fixed js-interop example
Browse files Browse the repository at this point in the history
For some reason, this was missing an entire dependency...
  • Loading branch information
arctic-hen7 committed Nov 10, 2022
1 parent 43fdf11 commit 2928bb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/core/js_interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ perseus-warp = { package = "perseus-integration", path = "../../../packages/pers
# perseus-warp = { path = "../../../packages/perseus-warp", features = [ "dflt-server" ] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"

0 comments on commit 2928bb7

Please sign in to comment.