saito-wasm 0.0.12 → 0.0.13
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/package.json +1 -1
- package/pkg/node/index.js +1 -1
- package/pkg/node/index_bg.wasm +0 -0
- package/pkg/node/package.json +2 -2
- package/pkg/web/index.js +1 -1
- package/pkg/web/index_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/node/index.js
CHANGED
|
@@ -1872,7 +1872,7 @@ module.exports.__wbindgen_memory = function() {
|
|
|
1872
1872
|
return addHeapObject(ret);
|
|
1873
1873
|
};
|
|
1874
1874
|
|
|
1875
|
-
module.exports.
|
|
1875
|
+
module.exports.__wbindgen_closure_wrapper897 = function(arg0, arg1, arg2) {
|
|
1876
1876
|
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_40);
|
|
1877
1877
|
return addHeapObject(ret);
|
|
1878
1878
|
};
|
package/pkg/node/index_bg.wasm
CHANGED
|
Binary file
|
package/pkg/node/package.json
CHANGED
package/pkg/web/index.js
CHANGED
|
@@ -1821,7 +1821,7 @@ function __wbg_get_imports() {
|
|
|
1821
1821
|
const ret = wasm.memory;
|
|
1822
1822
|
return addHeapObject(ret);
|
|
1823
1823
|
};
|
|
1824
|
-
imports.wbg.
|
|
1824
|
+
imports.wbg.__wbindgen_closure_wrapper897 = function(arg0, arg1, arg2) {
|
|
1825
1825
|
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_40);
|
|
1826
1826
|
return addHeapObject(ret);
|
|
1827
1827
|
};
|
package/pkg/web/index_bg.wasm
CHANGED
|
Binary file
|