virtual-machine 0.0.30 → 0.0.31

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-RTJAHMWT.mjs";
7
+ } from "./chunk-CP2XF74Q.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__hb4c5b5d7ccdc8795(arg0, arg1) {
229
- wasm.wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795(arg0, arg1);
228
+ function wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a(arg0, arg1) {
229
+ wasm.wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a(arg0, arg1);
230
230
  }
231
- function wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1) {
232
- wasm.wasm_bindgen__convert__closures_____invoke__hca46242f02098063(arg0, arg1);
231
+ function wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(arg0, arg1) {
232
+ wasm.wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9(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,7 @@ 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__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hb4c5b5d7ccdc8795);
724
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__h5a9b831ab69bf07a);
725
725
  return ret;
726
726
  };
727
727
  imports.wbg.__wbindgen_cast_0de0c044529fd48a = function(arg0, arg1) {
@@ -733,7 +733,7 @@ function __wbg_get_imports() {
733
733
  return ret;
734
734
  };
735
735
  imports.wbg.__wbindgen_cast_4ee4ae87c307a33c = function(arg0, arg1) {
736
- const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3128a8e596085273, wasm_bindgen__convert__closures_____invoke__hca46242f02098063);
736
+ const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h101a38767d457860, wasm_bindgen__convert__closures_____invoke__hc493fd296d4613a9);
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-RTJAHMWT.mjs";
4
+ } from "./chunk-CP2XF74Q.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.30",
3
+ "version": "0.0.31",
4
4
  "description": "",
5
5
  "bin": "build/cli.js",
6
6
  "publishConfig": {