virtual-machine 0.0.0-rc2 → 0.0.0-rc4
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/.yarn/install-state.gz +0 -0
- package/build/cli.js +687 -708
- package/build/index.d.ts +2 -2
- package/build/index.js +4 -4
- package/build/index.mjs +2 -2
- package/package.json +2 -4
- package/build/{riscv_vm-CYH5SWIJ.mjs → riscv_vm-FIEDMHCY.mjs} +3 -3
package/package.json
CHANGED
|
@@ -186,15 +186,15 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
186
186
|
WASM_VECTOR_LEN = arg.length;
|
|
187
187
|
return ptr;
|
|
188
188
|
}
|
|
189
|
-
function wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1) {
|
|
190
|
-
wasm.wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1);
|
|
191
|
-
}
|
|
192
189
|
function wasm_bindgen__convert__closures_____invoke__h5116ef40c5ca7cd6(arg0, arg1, arg2) {
|
|
193
190
|
wasm.wasm_bindgen__convert__closures_____invoke__h5116ef40c5ca7cd6(arg0, arg1, arg2);
|
|
194
191
|
}
|
|
195
192
|
function wasm_bindgen__convert__closures_____invoke__h6fd3101b14d9814b(arg0, arg1, arg2) {
|
|
196
193
|
wasm.wasm_bindgen__convert__closures_____invoke__h6fd3101b14d9814b(arg0, arg1, arg2);
|
|
197
194
|
}
|
|
195
|
+
function wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1) {
|
|
196
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1);
|
|
197
|
+
}
|
|
198
198
|
var NetworkStatus = Object.freeze({
|
|
199
199
|
Disconnected: 0,
|
|
200
200
|
"0": "Disconnected",
|