Skip to content

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Jan 4, 2023
1 parent 76da7d1 commit 06ac981
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__h39ffa5e216edfa81(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb50d428606e91cff(
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__h2548b6c64414ca34(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h05af4b22b5ef3ea9(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -389,7 +389,7 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper370: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper366: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 130, __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.12.0"
version = "0.13.0"
edition = "2021"
description = "module transpiling and emitting for deno"
homepage = "https://deno.land/"
Expand Down

0 comments on commit 06ac981

Please sign in to comment.