Skip to content

Commit

Permalink
v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Sep 8, 2022
1 parent f5a371c commit 3eee9d3
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.27.0"
version = "0.28.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 @@ -333,10 +333,6 @@ const imports = {
const ret = new Uint8Array(getObject(arg0));
return addHeapObject(ret);
},
__wbg_resolve_f269ce174f88b294: function (arg0) {
const ret = Promise.resolve(getObject(arg0));
return addHeapObject(ret);
},
__wbg_new_2ab697f1555e0dbc: function () {
const ret = new Array();
return addHeapObject(ret);
Expand All @@ -345,6 +341,10 @@ const imports = {
const ret = getObject(arg0).push(getObject(arg1));
return ret;
},
__wbg_resolve_f269ce174f88b294: function (arg0) {
const ret = Promise.resolve(getObject(arg0));
return addHeapObject(ret);
},
__wbg_newwithlength_e833b89f9db02732: function (arg0) {
const ret = new Uint8Array(arg0 >>> 0);
return addHeapObject(ret);
Expand Down
Binary file modified lib/eszip_wasm_bg.wasm
Binary file not shown.

0 comments on commit 3eee9d3

Please sign in to comment.