Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Apr 21, 2023
1 parent 354c173 commit 16c348d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

6 changes: 3 additions & 3 deletions lib/emit.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_16(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8d43831c2b673774(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc399077d245373c2(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -283,7 +283,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_25(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h66eac492fcdaa43b(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h3cf9829b75bbfd88(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -390,7 +390,7 @@ const imports = {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper422: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 138, __wbg_adapter_16);
const ret = makeMutClosure(arg0, arg1, 144, __wbg_adapter_16);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/emit_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_emit"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
description = "module transpiling and emitting for deno"
homepage = "https://deno.land/"
Expand Down

0 comments on commit 16c348d

Please sign in to comment.