Skip to content

Commit

Permalink
v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Oct 24, 2022
1 parent 2fe2284 commit a828fbc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.28.0"
version = "0.29.0"
authors = ["the Deno authors"]
edition = "2021"
repository = "https://github.com/denoland/eszip"
Expand Down
24 changes: 12 additions & 12 deletions lib/eszip_wasm.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_18(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h528a0100819b5788(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h60a8a7858e04c32c(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -180,7 +180,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_50(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h5ad25cf1893c98d4(
wasm.wasm_bindgen__convert__closures__invoke2_mut__hf907b91f24b481c9(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -299,6 +299,14 @@ const imports = {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
},
__wbg_new_1d9a920c6bfc44a8: function () {
const ret = new Array();
return addHeapObject(ret);
},
__wbg_push_740e4b286702d964: function (arg0, arg1) {
const ret = getObject(arg0).push(getObject(arg1));
return ret;
},
__wbindgen_json_serialize: function (arg0, arg1) {
const obj = getObject(arg1);
const ret = JSON.stringify(obj === undefined ? null : obj);
Expand Down Expand Up @@ -335,14 +343,6 @@ const imports = {
const ret = new Uint8Array(getObject(arg0));
return addHeapObject(ret);
},
__wbg_new_1d9a920c6bfc44a8: function () {
const ret = new Array();
return addHeapObject(ret);
},
__wbg_push_740e4b286702d964: function (arg0, arg1) {
const ret = getObject(arg0).push(getObject(arg1));
return ret;
},
__wbg_resolve_99fe17964f31ffc0: function (arg0) {
const ret = Promise.resolve(getObject(arg0));
return addHeapObject(ret);
Expand Down Expand Up @@ -459,8 +459,8 @@ const imports = {
const ret = getObject(arg0).then(getObject(arg1), getObject(arg2));
return addHeapObject(ret);
},
__wbindgen_closure_wrapper9603: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 140, __wbg_adapter_18);
__wbindgen_closure_wrapper9612: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 142, __wbg_adapter_18);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/eszip_wasm_bg.wasm
Binary file not shown.

0 comments on commit a828fbc

Please sign in to comment.