Skip to content

Commit cddd3aa

Browse files
committed
fix: maybe fix detached array buffer errors
1 parent 10a37d0 commit cddd3aa

File tree

4 files changed

+20
-33
lines changed

4 files changed

+20
-33
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deno/loader",
33
"tasks": {
4-
"build": "cd src/rs_lib && deno run -A jsr:@deno/wasmbuild@0.19.2 --out ../lib"
4+
"build": "cd src/rs_lib && deno run -A jsr:@deno/wasmbuild@0.20.0 --out ../lib"
55
},
66
"fmt": {
77
"exclude": [

src/rs_lib/Cargo.lock

Lines changed: 15 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rs_lib/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ path = "lib.rs"
1111
[dependencies]
1212
anyhow = "1.0.57"
1313
console_error_panic_hook = "0.1.6"
14-
js-sys = "=0.3.77"
14+
js-sys = "=0.3.82"
1515
log = "0.4.20"
1616
serde = "1.0.149"
1717
serde-wasm-bindgen = "=0.6.5"
18-
wasm-bindgen = "=0.2.100"
19-
wasm-bindgen-futures = "=0.4.50"
18+
wasm-bindgen = "=0.2.105"
19+
wasm-bindgen-futures = "=0.4.55"
2020
async-trait = "0.1.73"
2121
deno_error = "=0.7.0"
2222
deno_path_util = "=0.6.4"

0 commit comments

Comments
 (0)