@senlinz/import-export-wasm 0.1.0-beta.21 → 0.1.0-beta.23
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
CHANGED
package/pkg/imexport_wasm.d.ts
CHANGED
|
@@ -246,14 +246,6 @@ export interface InitOutput {
|
|
|
246
246
|
readonly excelinfo_withTitle: (a: number, b: number, c: number) => number;
|
|
247
247
|
readonly excelinfo_withTitleFormat: (a: number, b: number) => number;
|
|
248
248
|
readonly excelinfo_withTitleHeight: (a: number, b: number) => number;
|
|
249
|
-
readonly __wbg_excelrowdata_free: (a: number, b: number) => void;
|
|
250
|
-
readonly __wbg_get_excelrowdata_columns: (a: number) => [number, number];
|
|
251
|
-
readonly __wbg_set_excelrowdata_columns: (a: number, b: number, c: number) => void;
|
|
252
|
-
readonly excelrowdata_new: (a: number, b: number) => number;
|
|
253
|
-
readonly __wbg_exceldata_free: (a: number, b: number) => void;
|
|
254
|
-
readonly __wbg_get_exceldata_rows: (a: number) => [number, number];
|
|
255
|
-
readonly __wbg_set_exceldata_rows: (a: number, b: number, c: number) => void;
|
|
256
|
-
readonly exceldata_new: (a: number, b: number) => number;
|
|
257
249
|
readonly __wbg_excelcolumndata_free: (a: number, b: number) => void;
|
|
258
250
|
readonly __wbg_get_excelcolumndata_children: (a: number) => [number, number];
|
|
259
251
|
readonly __wbg_get_excelcolumndata_key: (a: number) => [number, number];
|
|
@@ -265,6 +257,14 @@ export interface InitOutput {
|
|
|
265
257
|
readonly excelcolumndata_newGroup: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
266
258
|
readonly excelcolumndata_newRootGroup: (a: number, b: number, c: number, d: number) => number;
|
|
267
259
|
readonly excelcolumndata_withChildren: (a: number, b: number, c: number) => number;
|
|
260
|
+
readonly __wbg_excelrowdata_free: (a: number, b: number) => void;
|
|
261
|
+
readonly __wbg_get_excelrowdata_columns: (a: number) => [number, number];
|
|
262
|
+
readonly __wbg_set_excelrowdata_columns: (a: number, b: number, c: number) => void;
|
|
263
|
+
readonly excelrowdata_new: (a: number, b: number) => number;
|
|
264
|
+
readonly __wbg_exceldata_free: (a: number, b: number) => void;
|
|
265
|
+
readonly __wbg_get_exceldata_rows: (a: number) => [number, number];
|
|
266
|
+
readonly __wbg_set_exceldata_rows: (a: number, b: number, c: number) => void;
|
|
267
|
+
readonly exceldata_new: (a: number, b: number) => number;
|
|
268
268
|
readonly wasm_bindgen__closure__destroy__h1014a67ffc8653bf: (a: number, b: number) => void;
|
|
269
269
|
readonly wasm_bindgen__convert__closures_____invoke__h70bb320d972e2f25: (a: number, b: number, c: any) => [number, number];
|
|
270
270
|
readonly wasm_bindgen__convert__closures_____invoke__h20e00ce5d1450bea: (a: number, b: number, c: any, d: any) => void;
|
package/pkg/imexport_wasm.js
CHANGED
|
@@ -1570,7 +1570,7 @@ function __wbg_get_imports() {
|
|
|
1570
1570
|
return ret;
|
|
1571
1571
|
},
|
|
1572
1572
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1573
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1573
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 223, function: Function { arguments: [Externref], shim_idx: 377, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1574
1574
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1014a67ffc8653bf, wasm_bindgen__convert__closures_____invoke__h70bb320d972e2f25);
|
|
1575
1575
|
return ret;
|
|
1576
1576
|
},
|
|
Binary file
|