Skip to content

Commit c489c01

Browse files
authored
0.15.3
1 parent fd1165c commit c489c01

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.15.2"
3+
version = "0.15.3"
44
authors = ["the Deno authors"]
55
edition = "2021"
66
repository = "https://github.com/denoland/eszip"

lib/eszip_wasm.generated.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
210210
}
211211
function __wbg_adapter_24(arg0, arg1, arg2) {
212212
wasm
213-
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc44760f2e4b85178(
213+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h73c5e4bcef6d2cfc(
214214
arg0,
215215
arg1,
216216
addHeapObject(arg2),
@@ -242,7 +242,7 @@ function handleError(f, args) {
242242
}
243243
}
244244
function __wbg_adapter_60(arg0, arg1, arg2, arg3) {
245-
wasm.wasm_bindgen__convert__closures__invoke2_mut__h369a4291dfaf1101(
245+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2afd50e4799521ec(
246246
arg0,
247247
arg1,
248248
addHeapObject(arg2),
@@ -580,8 +580,8 @@ const imports = {
580580
var ret = getObject(arg0).then(getObject(arg1));
581581
return addHeapObject(ret);
582582
},
583-
__wbindgen_closure_wrapper8774: function (arg0, arg1, arg2) {
584-
var ret = makeMutClosure(arg0, arg1, 127, __wbg_adapter_24);
583+
__wbindgen_closure_wrapper8780: function (arg0, arg1, arg2) {
584+
var ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_24);
585585
return addHeapObject(ret);
586586
},
587587
},

lib/eszip_wasm_bg.wasm

835 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)