saito-wasm 0.0.26 → 0.0.28
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 +2 -2
- package/pkg/node/index_bg.wasm +0 -0
- package/pkg/web/index.js +2 -2
- package/pkg/web/index_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/node/index.js
CHANGED
|
@@ -1946,8 +1946,8 @@ module.exports.__wbindgen_memory = function() {
|
|
|
1946
1946
|
return addHeapObject(ret);
|
|
1947
1947
|
};
|
|
1948
1948
|
|
|
1949
|
-
module.exports.
|
|
1950
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1949
|
+
module.exports.__wbindgen_closure_wrapper950 = function(arg0, arg1, arg2) {
|
|
1950
|
+
const ret = makeMutClosure(arg0, arg1, 317, __wbg_adapter_40);
|
|
1951
1951
|
return addHeapObject(ret);
|
|
1952
1952
|
};
|
|
1953
1953
|
|
package/pkg/node/index_bg.wasm
CHANGED
|
Binary file
|
package/pkg/web/index.js
CHANGED
|
@@ -1898,8 +1898,8 @@ function __wbg_get_imports() {
|
|
|
1898
1898
|
const ret = wasm.memory;
|
|
1899
1899
|
return addHeapObject(ret);
|
|
1900
1900
|
};
|
|
1901
|
-
imports.wbg.
|
|
1902
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1901
|
+
imports.wbg.__wbindgen_closure_wrapper950 = function(arg0, arg1, arg2) {
|
|
1902
|
+
const ret = makeMutClosure(arg0, arg1, 317, __wbg_adapter_40);
|
|
1903
1903
|
return addHeapObject(ret);
|
|
1904
1904
|
};
|
|
1905
1905
|
|
package/pkg/web/index_bg.wasm
CHANGED
|
Binary file
|