@tombi-toml/wasm-lib 1.3.5 → 1.4.1
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/dist/package.json +1 -1
- package/dist/tombi_wasm.js +2 -2
- package/dist/tombi_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/tombi_wasm.js
CHANGED
|
@@ -768,8 +768,8 @@ function __wbg_get_imports() {
|
|
|
768
768
|
const ret = false;
|
|
769
769
|
return ret;
|
|
770
770
|
};
|
|
771
|
-
imports.wbg.
|
|
772
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
771
|
+
imports.wbg.__wbindgen_closure_wrapper8096 = function(arg0, arg1, arg2) {
|
|
772
|
+
const ret = makeMutClosure(arg0, arg1, 2787, __wbg_adapter_50);
|
|
773
773
|
return addHeapObject(ret);
|
|
774
774
|
};
|
|
775
775
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/dist/tombi_wasm_bg.wasm
CHANGED
|
Binary file
|