@sema-lang/sema-wasm 1.14.3 → 1.15.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 +2 -2
- package/sema_wasm.js +5 -5
- 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
|
|
154
|
+
readonly wasm_bindgen__closure__destroy__h98b14edc2e60355c: (a: number, b: number) => void;
|
|
155
155
|
readonly wasm_bindgen__closure__destroy__h1412d273e2f238b5: (a: number, b: number) => void;
|
|
156
156
|
readonly wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77: (a: number, b: number, c: any) => [number, number];
|
|
157
157
|
readonly wasm_bindgen__convert__closures_____invoke__h07718f6cff37293e: (a: number, b: number, c: any, d: any) => void;
|
|
158
|
-
readonly
|
|
158
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3f4808d87ec01108: (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
|
@@ -626,12 +626,12 @@ 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: 1655, function: Function { arguments: [], shim_idx: 1656, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
630
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h98b14edc2e60355c, wasm_bindgen__convert__closures_____invoke__h3f4808d87ec01108);
|
|
631
631
|
return ret;
|
|
632
632
|
},
|
|
633
633
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
634
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
634
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1989, function: Function { arguments: [Externref], shim_idx: 1990, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
635
635
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1412d273e2f238b5, wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77);
|
|
636
636
|
return ret;
|
|
637
637
|
},
|
|
@@ -661,8 +661,8 @@ function __wbg_get_imports() {
|
|
|
661
661
|
};
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
-
function
|
|
665
|
-
wasm.
|
|
664
|
+
function wasm_bindgen__convert__closures_____invoke__h3f4808d87ec01108(arg0, arg1) {
|
|
665
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3f4808d87ec01108(arg0, arg1);
|
|
666
666
|
}
|
|
667
667
|
|
|
668
668
|
function wasm_bindgen__convert__closures_____invoke__hf910f7ab84185d77(arg0, arg1, arg2) {
|
package/sema_wasm_bg.wasm
CHANGED
|
Binary file
|