virtual-machine 0.0.16 → 0.0.17
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.
|
@@ -206,12 +206,15 @@ if (!("encodeInto" in cachedTextEncoder)) {
|
|
|
206
206
|
};
|
|
207
207
|
}
|
|
208
208
|
var WASM_VECTOR_LEN = 0;
|
|
209
|
-
function
|
|
210
|
-
wasm.
|
|
209
|
+
function wasm_bindgen__convert__closures_____invoke__hc0cb64907c7853c7(arg0, arg1) {
|
|
210
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc0cb64907c7853c7(arg0, arg1);
|
|
211
211
|
}
|
|
212
212
|
function wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2) {
|
|
213
213
|
wasm.wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919(arg0, arg1, arg2);
|
|
214
214
|
}
|
|
215
|
+
function wasm_bindgen__convert__closures_____invoke__h5aa3f59cafdb6c9c(arg0, arg1) {
|
|
216
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5aa3f59cafdb6c9c(arg0, arg1);
|
|
217
|
+
}
|
|
215
218
|
var WasmVmFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
216
219
|
}, unregister: () => {
|
|
217
220
|
} } : new FinalizationRegistry((ptr) => wasm.__wbg_wasmvm_free(ptr >>> 0, 1));
|
|
@@ -372,12 +375,24 @@ function __wbg_get_imports() {
|
|
|
372
375
|
const ret = arg0 === void 0;
|
|
373
376
|
return ret;
|
|
374
377
|
};
|
|
378
|
+
imports.wbg.__wbg___wbindgen_number_get_9619185a74197f95 = function(arg0, arg1) {
|
|
379
|
+
const obj = arg1;
|
|
380
|
+
const ret = typeof obj === "number" ? obj : void 0;
|
|
381
|
+
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
382
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
383
|
+
};
|
|
375
384
|
imports.wbg.__wbg___wbindgen_throw_dd24417ed36fc46e = function(arg0, arg1) {
|
|
376
385
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
377
386
|
};
|
|
378
387
|
imports.wbg.__wbg__wbg_cb_unref_87dfb5aaa0cbcea7 = function(arg0) {
|
|
379
388
|
arg0._wbg_cb_unref();
|
|
380
389
|
};
|
|
390
|
+
imports.wbg.__wbg_call_3020136f7a2d6e44 = function() {
|
|
391
|
+
return handleError(function(arg0, arg1, arg2) {
|
|
392
|
+
const ret = arg0.call(arg1, arg2);
|
|
393
|
+
return ret;
|
|
394
|
+
}, arguments);
|
|
395
|
+
};
|
|
381
396
|
imports.wbg.__wbg_call_abb4ff46ce38be40 = function() {
|
|
382
397
|
return handleError(function(arg0, arg1) {
|
|
383
398
|
const ret = arg0.call(arg1);
|
|
@@ -547,16 +562,20 @@ function __wbg_get_imports() {
|
|
|
547
562
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
548
563
|
return ret;
|
|
549
564
|
};
|
|
550
|
-
imports.wbg.
|
|
565
|
+
imports.wbg.__wbindgen_cast_22b48c66901f03d5 = function(arg0, arg1) {
|
|
551
566
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb099e2ae98169675, wasm_bindgen__convert__closures_____invoke__h6709295d3f31b919);
|
|
552
567
|
return ret;
|
|
553
568
|
};
|
|
554
|
-
imports.wbg.
|
|
555
|
-
const ret = arg0;
|
|
569
|
+
imports.wbg.__wbindgen_cast_3dba8e634cba348f = function(arg0, arg1) {
|
|
570
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9470784fcd98e87d, wasm_bindgen__convert__closures_____invoke__h5aa3f59cafdb6c9c);
|
|
571
|
+
return ret;
|
|
572
|
+
};
|
|
573
|
+
imports.wbg.__wbindgen_cast_8184f83d0f362634 = function(arg0, arg1) {
|
|
574
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9470784fcd98e87d, wasm_bindgen__convert__closures_____invoke__hc0cb64907c7853c7);
|
|
556
575
|
return ret;
|
|
557
576
|
};
|
|
558
|
-
imports.wbg.
|
|
559
|
-
const ret =
|
|
577
|
+
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
578
|
+
const ret = arg0;
|
|
560
579
|
return ret;
|
|
561
580
|
};
|
|
562
581
|
imports.wbg.__wbindgen_init_externref_table = function() {
|