@sema-lang/sema-wasm 1.19.2 → 1.20.1
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 +1 -1
- package/sema_wasm.js +3 -3
- package/sema_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/sema_wasm.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ export interface InitOutput {
|
|
|
188
188
|
readonly wasm_bindgen__closure__destroy__h66b83ba196b9e002: (a: number, b: number) => void;
|
|
189
189
|
readonly wasm_bindgen__convert__closures_____invoke__h6d7c8ec94fdfda71: (a: number, b: number, c: any) => [number, number];
|
|
190
190
|
readonly wasm_bindgen__convert__closures_____invoke__h0eb89207c65c07af: (a: number, b: number, c: any, d: any) => void;
|
|
191
|
-
readonly
|
|
191
|
+
readonly wasm_bindgen__convert__closures_____invoke__h9f98d30bcfcd19f4: (a: number, b: number) => void;
|
|
192
192
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
193
193
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
194
194
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/sema_wasm.js
CHANGED
|
@@ -721,7 +721,7 @@ function __wbg_get_imports() {
|
|
|
721
721
|
},
|
|
722
722
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
723
723
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 2, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
724
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h66b83ba196b9e002,
|
|
724
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h66b83ba196b9e002, wasm_bindgen__convert__closures_____invoke__h9f98d30bcfcd19f4);
|
|
725
725
|
return ret;
|
|
726
726
|
},
|
|
727
727
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -750,8 +750,8 @@ function __wbg_get_imports() {
|
|
|
750
750
|
};
|
|
751
751
|
}
|
|
752
752
|
|
|
753
|
-
function
|
|
754
|
-
wasm.
|
|
753
|
+
function wasm_bindgen__convert__closures_____invoke__h9f98d30bcfcd19f4(arg0, arg1) {
|
|
754
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9f98d30bcfcd19f4(arg0, arg1);
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
function wasm_bindgen__convert__closures_____invoke__h6d7c8ec94fdfda71(arg0, arg1, arg2) {
|
package/sema_wasm_bg.wasm
CHANGED
|
Binary file
|