Skip to content

Commit

Permalink
0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Apr 11, 2023
1 parent 70235a5 commit 685a623
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.

12 changes: 6 additions & 6 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 All @@ -293,6 +293,9 @@ function __wbg_adapter_25(arg0, arg1, arg2, arg3) {

const imports = {
__wbindgen_placeholder__: {
__wbindgen_object_drop_ref: function (arg0) {
takeObject(arg0);
},
__wbindgen_cb_drop: function (arg0) {
const obj = takeObject(arg0).original;
if (obj.cnt-- == 1) {
Expand All @@ -302,9 +305,6 @@ const imports = {
const ret = false;
return ret;
},
__wbindgen_object_drop_ref: function (arg0) {
takeObject(arg0);
},
__wbindgen_string_new: function (arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
Expand Down Expand Up @@ -389,7 +389,7 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper422: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper416: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 138, __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.18.0"
version = "0.19.0"
edition = "2021"
description = "module transpiling and emitting for deno"
homepage = "https://deno.land/"
Expand Down

0 comments on commit 685a623

Please sign in to comment.