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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-wasm",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "js wrappings around saito-core using wasm",
5
5
  "scripts": {
6
6
  "test": "./node_modules/.bin/jest",
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.__wbindgen_closure_wrapper952 = function(arg0, arg1, arg2) {
1950
- const ret = makeMutClosure(arg0, arg1, 318, __wbg_adapter_40);
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
 
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.__wbindgen_closure_wrapper952 = function(arg0, arg1, arg2) {
1902
- const ret = makeMutClosure(arg0, arg1, 318, __wbg_adapter_40);
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
 
Binary file