@benrogmans/lemma-engine 0.7.4 → 0.7.5
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/lemma.d.ts +3 -3
- package/lemma.js +6 -6
- package/lemma_bg.wasm +0 -0
- package/lemma_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
package/lemma.d.ts
CHANGED
|
@@ -149,9 +149,9 @@ export interface InitOutput {
|
|
|
149
149
|
readonly wasmengine_invert: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void;
|
|
150
150
|
readonly wasmengine_listDocuments: (a: number, b: number) => void;
|
|
151
151
|
readonly wasmengine_new: () => number;
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
152
|
+
readonly __wasm_bindgen_func_elem_8773: (a: number, b: number) => void;
|
|
153
|
+
readonly __wasm_bindgen_func_elem_9929: (a: number, b: number, c: number, d: number) => void;
|
|
154
|
+
readonly __wasm_bindgen_func_elem_8788: (a: number, b: number, c: number) => void;
|
|
155
155
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
156
156
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
157
157
|
readonly __wbindgen_export3: (a: number) => void;
|
package/lemma.js
CHANGED
|
@@ -587,7 +587,7 @@ function __wbg_get_imports() {
|
|
|
587
587
|
const a = state0.a;
|
|
588
588
|
state0.a = 0;
|
|
589
589
|
try {
|
|
590
|
-
return
|
|
590
|
+
return __wasm_bindgen_func_elem_9929(a, state0.b, arg0, arg1);
|
|
591
591
|
} finally {
|
|
592
592
|
state0.a = a;
|
|
593
593
|
}
|
|
@@ -741,7 +741,7 @@ function __wbg_get_imports() {
|
|
|
741
741
|
},
|
|
742
742
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
743
743
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 1159, function: Function { arguments: [Externref], shim_idx: 1160, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
744
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
744
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_8773, __wasm_bindgen_func_elem_8788);
|
|
745
745
|
return addHeapObject(ret);
|
|
746
746
|
},
|
|
747
747
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -763,12 +763,12 @@ function __wbg_get_imports() {
|
|
|
763
763
|
};
|
|
764
764
|
}
|
|
765
765
|
|
|
766
|
-
function
|
|
767
|
-
wasm.
|
|
766
|
+
function __wasm_bindgen_func_elem_8788(arg0, arg1, arg2) {
|
|
767
|
+
wasm.__wasm_bindgen_func_elem_8788(arg0, arg1, addHeapObject(arg2));
|
|
768
768
|
}
|
|
769
769
|
|
|
770
|
-
function
|
|
771
|
-
wasm.
|
|
770
|
+
function __wasm_bindgen_func_elem_9929(arg0, arg1, arg2, arg3) {
|
|
771
|
+
wasm.__wasm_bindgen_func_elem_9929(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
772
772
|
}
|
|
773
773
|
|
|
774
774
|
|
package/lemma_bg.wasm
CHANGED
|
Binary file
|
package/lemma_bg.wasm.d.ts
CHANGED
|
@@ -34,9 +34,9 @@ export const wasmengine_getSchema: (a: number, b: number, c: number, d: number,
|
|
|
34
34
|
export const wasmengine_invert: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => void;
|
|
35
35
|
export const wasmengine_listDocuments: (a: number, b: number) => void;
|
|
36
36
|
export const wasmengine_new: () => number;
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
37
|
+
export const __wasm_bindgen_func_elem_8773: (a: number, b: number) => void;
|
|
38
|
+
export const __wasm_bindgen_func_elem_9929: (a: number, b: number, c: number, d: number) => void;
|
|
39
|
+
export const __wasm_bindgen_func_elem_8788: (a: number, b: number, c: number) => void;
|
|
40
40
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
41
41
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
42
42
|
export const __wbindgen_export3: (a: number) => void;
|