@sema-lang/sema-wasm 1.15.0 → 1.17.0
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 +1 -1
- package/sema_wasm.d.ts +5 -5
- package/sema_wasm.js +11 -11
- package/sema_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/sema_wasm.d.ts
CHANGED
|
@@ -151,11 +151,11 @@ export interface InitOutput {
|
|
|
151
151
|
readonly semainterpreter_version: (a: number) => [number, number];
|
|
152
152
|
readonly semainterpreter_vfsStats: (a: number) => any;
|
|
153
153
|
readonly semainterpreter_writeFile: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
154
|
-
readonly
|
|
155
|
-
readonly
|
|
156
|
-
readonly
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
154
|
+
readonly wasm_bindgen__closure__destroy__h19edff4739fe5c6d: (a: number, b: number) => void;
|
|
155
|
+
readonly wasm_bindgen__closure__destroy__h9d93f7a1700d9cb1: (a: number, b: number) => void;
|
|
156
|
+
readonly wasm_bindgen__convert__closures_____invoke__h657571cdcabda118: (a: number, b: number, c: any) => [number, number];
|
|
157
|
+
readonly wasm_bindgen__convert__closures_____invoke__h11cf443fa67993f6: (a: number, b: number, c: any, d: any) => void;
|
|
158
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf46ac06c62dffa73: (a: number, b: number) => void;
|
|
159
159
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
160
160
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
161
161
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/sema_wasm.js
CHANGED
|
@@ -512,7 +512,7 @@ function __wbg_get_imports() {
|
|
|
512
512
|
const a = state0.a;
|
|
513
513
|
state0.a = 0;
|
|
514
514
|
try {
|
|
515
|
-
return
|
|
515
|
+
return wasm_bindgen__convert__closures_____invoke__h11cf443fa67993f6(a, state0.b, arg0, arg1);
|
|
516
516
|
} finally {
|
|
517
517
|
state0.a = a;
|
|
518
518
|
}
|
|
@@ -626,13 +626,13 @@ function __wbg_get_imports() {
|
|
|
626
626
|
return ret;
|
|
627
627
|
},
|
|
628
628
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
629
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
630
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
629
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1654, function: Function { arguments: [], shim_idx: 1655, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
630
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h19edff4739fe5c6d, wasm_bindgen__convert__closures_____invoke__hf46ac06c62dffa73);
|
|
631
631
|
return ret;
|
|
632
632
|
},
|
|
633
633
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
634
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
635
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
634
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1988, function: Function { arguments: [Externref], shim_idx: 1989, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
635
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9d93f7a1700d9cb1, wasm_bindgen__convert__closures_____invoke__h657571cdcabda118);
|
|
636
636
|
return ret;
|
|
637
637
|
},
|
|
638
638
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -661,19 +661,19 @@ function __wbg_get_imports() {
|
|
|
661
661
|
};
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
-
function
|
|
665
|
-
wasm.
|
|
664
|
+
function wasm_bindgen__convert__closures_____invoke__hf46ac06c62dffa73(arg0, arg1) {
|
|
665
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf46ac06c62dffa73(arg0, arg1);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
|
-
function
|
|
669
|
-
const ret = wasm.
|
|
668
|
+
function wasm_bindgen__convert__closures_____invoke__h657571cdcabda118(arg0, arg1, arg2) {
|
|
669
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h657571cdcabda118(arg0, arg1, arg2);
|
|
670
670
|
if (ret[1]) {
|
|
671
671
|
throw takeFromExternrefTable0(ret[0]);
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
|
|
675
|
-
function
|
|
676
|
-
wasm.
|
|
675
|
+
function wasm_bindgen__convert__closures_____invoke__h11cf443fa67993f6(arg0, arg1, arg2, arg3) {
|
|
676
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h11cf443fa67993f6(arg0, arg1, arg2, arg3);
|
|
677
677
|
}
|
|
678
678
|
|
|
679
679
|
|
package/sema_wasm_bg.wasm
CHANGED
|
Binary file
|