virtual-machine 0.0.29 → 0.0.30

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.
@@ -4,7 +4,7 @@ import {
4
4
  initSync,
5
5
  riscv_vm_default,
6
6
  worker_entry
7
- } from "./chunk-QLEPTS7N.mjs";
7
+ } from "./chunk-RTJAHMWT.mjs";
8
8
  export {
9
9
  NetworkStatus,
10
10
  WasmVm,
package/build/worker.js CHANGED
@@ -225,11 +225,11 @@ if (!("encodeInto" in cachedTextEncoder)) {
225
225
  };
226
226
  }
227
227
  var WASM_VECTOR_LEN = 0;
228
- function wasm_bindgen__convert__closures_____invoke__hd26ce43761bab283(arg0, arg1) {
229
- wasm.wasm_bindgen__convert__closures_____invoke__hd26ce43761bab283(arg0, arg1);
228
+ function wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795(arg0, arg1) {
229
+ wasm.wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795(arg0, arg1);
230
230
  }
231
- function wasm_bindgen__convert__closures_____invoke__h05c4944ac285ac35(arg0, arg1) {
232
- wasm.wasm_bindgen__convert__closures_____invoke__h05c4944ac285ac35(arg0, arg1);
231
+ function wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1) {
232
+ wasm.wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1);
233
233
  }
234
234
  function wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2) {
235
235
  wasm.wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765(arg0, arg1, arg2);
@@ -721,7 +721,11 @@ function __wbg_get_imports() {
721
721
  return ret;
722
722
  };
723
723
  imports.wbg.__wbindgen_cast_0268c24e8eb79d38 = function(arg0, arg1) {
724
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h04a8b4d76d4f17bc, wasm_bindgen__convert__closures_____invoke__hd26ce43761bab283);
724
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795);
725
+ return ret;
726
+ };
727
+ imports.wbg.__wbindgen_cast_0de0c044529fd48a = function(arg0, arg1) {
728
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
725
729
  return ret;
726
730
  };
727
731
  imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
@@ -729,11 +733,7 @@ function __wbg_get_imports() {
729
733
  return ret;
730
734
  };
731
735
  imports.wbg.__wbindgen_cast_4ee4ae87c307a33c = function(arg0, arg1) {
732
- const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h04a8b4d76d4f17bc, wasm_bindgen__convert__closures_____invoke__h05c4944ac285ac35);
733
- return ret;
734
- };
735
- imports.wbg.__wbindgen_cast_d0201660226fd4b0 = function(arg0, arg1) {
736
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf225e18fc5ab9bc1, wasm_bindgen__convert__closures_____invoke__h39d3e89751b07765);
736
+ const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hca46242f02098063);
737
737
  return ret;
738
738
  };
739
739
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
package/build/worker.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  riscv_vm_default,
3
3
  worker_entry
4
- } from "./chunk-QLEPTS7N.mjs";
4
+ } from "./chunk-RTJAHMWT.mjs";
5
5
 
6
6
  // worker.ts
7
7
  var initialized = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "virtual-machine",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "",
5
5
  "bin": "build/cli.js",
6
6
  "publishConfig": {