Skip to content

Commit

Permalink
v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Mar 20, 2023
1 parent c29933e commit 1086f52
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eszip"
version = "0.37.0"
version = "0.38.0"
authors = ["the Deno authors"]
edition = "2021"
repository = "https://github.com/denoland/eszip"
Expand Down
8 changes: 4 additions & 4 deletions lib/eszip_wasm.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_40(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf9b89f0fd9f1439a(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha80461c568cc59b5(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -265,7 +265,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_98(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h33c420044aa44a34(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2d00ceff945b0091(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -677,8 +677,8 @@ const imports = {
const ret = getObject(arg0).then(getObject(arg1), getObject(arg2));
return addHeapObject(ret);
},
__wbindgen_closure_wrapper7406: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 269, __wbg_adapter_40);
__wbindgen_closure_wrapper7402: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 270, __wbg_adapter_40);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/eszip_wasm_bg.wasm
Binary file not shown.

0 comments on commit 1086f52

Please sign in to comment.