@inclavare-containers/tng 2.9.2 → 2.10.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/tng_wasm.d.ts +1 -1
- package/tng_wasm.js +4 -4
- package/tng_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/tng_wasm.d.ts
CHANGED
|
@@ -52,7 +52,6 @@ export interface InitOutput {
|
|
|
52
52
|
readonly fetch: (a: number, b: number, c: any, d: any) => any;
|
|
53
53
|
readonly init_tng: () => void;
|
|
54
54
|
readonly task_worker_entry_point: (a: number) => [number, number];
|
|
55
|
-
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
56
55
|
readonly __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
57
56
|
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
58
57
|
readonly intounderlyingsink_close: (a: number) => any;
|
|
@@ -66,6 +65,7 @@ export interface InitOutput {
|
|
|
66
65
|
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
67
66
|
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
68
67
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
68
|
+
readonly ring_core_0_17_14__bn_mul_mont: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
69
69
|
readonly wasm_bindgen__convert__closures_____invoke__ha59ba16ef22dfc70: (a: number, b: number, c: any) => [number, number];
|
|
70
70
|
readonly wasm_bindgen__convert__closures_____invoke__h559a482ac3702f86: (a: number, b: number, c: any, d: any) => void;
|
|
71
71
|
readonly wasm_bindgen__convert__closures_____invoke__h665106e7067bf987: (a: number, b: number, c: any) => void;
|
package/tng_wasm.js
CHANGED
|
@@ -930,22 +930,22 @@ function __wbg_get_imports(memory) {
|
|
|
930
930
|
return ret;
|
|
931
931
|
},
|
|
932
932
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
933
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
933
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 5445, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
934
934
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h665106e7067bf987);
|
|
935
935
|
return ret;
|
|
936
936
|
},
|
|
937
937
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
938
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
938
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 5690, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
939
939
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha59ba16ef22dfc70);
|
|
940
940
|
return ret;
|
|
941
941
|
},
|
|
942
942
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
943
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
943
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 5710, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
944
944
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h860fbeea0fd5b879);
|
|
945
945
|
return ret;
|
|
946
946
|
},
|
|
947
947
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
948
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
948
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 2249, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
949
949
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h359c204a99f94cc7);
|
|
950
950
|
return ret;
|
|
951
951
|
},
|
package/tng_wasm_bg.wasm
CHANGED
|
Binary file
|