Skip to content

Commit

Permalink
Port JS API to new Context API
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Jun 28, 2022
1 parent 6c57aee commit 845d868
Show file tree
Hide file tree
Showing 34 changed files with 2,509 additions and 1,615 deletions.
1 change: 1 addition & 0 deletions lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ anyhow = "1.0"
wasmer-types = { path = "../types", version = "=2.3.0", default-features = false, features = ["std"] }
wasm-bindgen = "0.2.74"
js-sys = "0.3.51"
#web-sys = { version = "0.3.51", features = [ "console" ] }
wasmer-derive = { path = "../derive", version = "=2.3.0" }
# - Optional dependencies for `js`.
wasmparser = { version = "0.83", default-features = false, optional = true }
Expand Down
Loading

0 comments on commit 845d868

Please sign in to comment.