lwk_node 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lwk_wasm.js +5 -5
- package/lwk_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/lwk_wasm.js
CHANGED
|
@@ -280,11 +280,11 @@ function __wbg_adapter_36(arg0, arg1, arg2) {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
function __wbg_adapter_43(arg0, arg1, arg2) {
|
|
283
|
-
wasm.
|
|
283
|
+
wasm.closure1166_externref_shim(arg0, arg1, arg2);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
function __wbg_adapter_481(arg0, arg1, arg2, arg3) {
|
|
287
|
-
wasm.
|
|
287
|
+
wasm.closure1915_externref_shim(arg0, arg1, arg2, arg3);
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
/**
|
|
@@ -4296,7 +4296,7 @@ module.exports.__wbg_length_e2d2a49132c1b256 = function(arg0) {
|
|
|
4296
4296
|
return ret;
|
|
4297
4297
|
};
|
|
4298
4298
|
|
|
4299
|
-
module.exports.
|
|
4299
|
+
module.exports.__wbg_log_a059746199e3a950 = function(arg0, arg1) {
|
|
4300
4300
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4301
4301
|
};
|
|
4302
4302
|
|
|
@@ -4748,8 +4748,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
4748
4748
|
return ret;
|
|
4749
4749
|
};
|
|
4750
4750
|
|
|
4751
|
-
module.exports.
|
|
4752
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4751
|
+
module.exports.__wbindgen_closure_wrapper10168 = function(arg0, arg1, arg2) {
|
|
4752
|
+
const ret = makeMutClosure(arg0, arg1, 1167, __wbg_adapter_43);
|
|
4753
4753
|
return ret;
|
|
4754
4754
|
};
|
|
4755
4755
|
|
package/lwk_wasm_bg.wasm
CHANGED
|
Binary file
|