Skip to content

Commit

Permalink
Use fork
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Apr 18, 2024
1 parent 29361f3 commit 5fde19c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/javy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["wasm"]

[dependencies]
anyhow = { workspace = true }
rquickjs = { version = "0.5.1", features = ["array-buffer"] }
rquickjs = { git = "https://github.com/saulecabrera/rquickjs", branch = "wasi-patch", features = ["array-buffer"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", optional = true }
serde-transcode = { version = "1.1", optional = true }
Expand Down

0 comments on commit 5fde19c

Please sign in to comment.