Skip to content

Commit 30ce556

Browse files
committed
v0.35.0
1 parent 6217dd8 commit 30ce556

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eszip"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["the Deno authors"]
55
edition = "2021"
66
repository = "https://github.com/denoland/eszip"

lib/eszip_wasm.generated.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
226226
}
227227
function __wbg_adapter_40(arg0, arg1, arg2) {
228228
wasm
229-
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hdb89611f6af59487(
229+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h727a9742b57a49c2(
230230
arg0,
231231
arg1,
232232
addHeapObject(arg2),
@@ -263,7 +263,7 @@ function handleError(f, args) {
263263
}
264264
}
265265
function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
266-
wasm.wasm_bindgen__convert__closures__invoke2_mut__h73ff6ec860ceda5d(
266+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h42ffd00376d3baaa(
267267
arg0,
268268
arg1,
269269
addHeapObject(arg2),
@@ -434,6 +434,9 @@ const imports = {
434434
const ret = getObject(arg0) === getObject(arg1);
435435
return ret;
436436
},
437+
__wbindgen_object_drop_ref: function (arg0) {
438+
takeObject(arg0);
439+
},
437440
__wbindgen_error_new: function (arg0, arg1) {
438441
const ret = new Error(getStringFromWasm0(arg0, arg1));
439442
return addHeapObject(ret);
@@ -552,9 +555,6 @@ const imports = {
552555
wasm.__wbindgen_free(arg0, arg1);
553556
}
554557
},
555-
__wbindgen_object_drop_ref: function (arg0) {
556-
takeObject(arg0);
557-
},
558558
__wbindgen_is_function: function (arg0) {
559559
const ret = typeof (getObject(arg0)) === "function";
560560
return ret;
@@ -675,7 +675,7 @@ const imports = {
675675
const ret = getObject(arg0).then(getObject(arg1), getObject(arg2));
676676
return addHeapObject(ret);
677677
},
678-
__wbindgen_closure_wrapper7237: function (arg0, arg1, arg2) {
678+
__wbindgen_closure_wrapper7226: function (arg0, arg1, arg2) {
679679
const ret = makeMutClosure(arg0, arg1, 256, __wbg_adapter_40);
680680
return addHeapObject(ret);
681681
},

lib/eszip_wasm_bg.wasm

-2.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)