@formata/stof 0.9.10 → 0.9.14

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/dist/doc.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare function stofAsync(strings: TemplateStringsArray, ...values: unkn
22
22
  * Stof document.
23
23
  */
24
24
  export declare class StofDoc {
25
- static readonly VERSION = "0.9.10";
25
+ static readonly VERSION = "0.9.14";
26
26
  private static initialized?;
27
27
  private static wasmGate;
28
28
  stof: Stof;
package/dist/doc.js CHANGED
@@ -320,6 +320,6 @@ export class StofDoc {
320
320
  });
321
321
  }
322
322
  }
323
- StofDoc.VERSION = '0.9.10';
323
+ StofDoc.VERSION = '0.9.14';
324
324
  StofDoc.wasmGate = new WasmGate();
325
325
  //# sourceMappingURL=doc.js.map
@@ -88,6 +88,7 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
88
88
  export interface InitOutput {
89
89
  readonly memory: WebAssembly.Memory;
90
90
  readonly __wbg_stof_free: (a: number, b: number) => void;
91
+ readonly __wbg_stoffunc_free: (a: number, b: number) => void;
91
92
  readonly start: () => void;
92
93
  readonly stof_binaryExport: (a: number, b: number, c: number, d: any) => [number, number, number];
93
94
  readonly stof_binaryImport: (a: number, b: any, c: number, d: number, e: any, f: number, g: number) => [number, number, number];
@@ -103,7 +104,6 @@ export interface InitOutput {
103
104
  readonly stof_stringImport: (a: number, b: number, c: number, d: number, e: number, f: any, g: number, h: number) => [number, number, number];
104
105
  readonly stof_sync_call: (a: number, b: number, c: number, d: any) => [number, number, number];
105
106
  readonly stof_sync_run: (a: number, b: any) => [number, number, number, number];
106
- readonly __wbg_stoffunc_free: (a: number, b: number) => void;
107
107
  readonly stoffunc_new: (a: number, b: number, c: number, d: number, e: any, f: number) => number;
108
108
  readonly wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f: (a: number, b: number, c: any) => void;
109
109
  readonly wasm_bindgen__closure__destroy__h72b14ab7db8750ca: (a: number, b: number) => void;
package/dist/pkg/stof.js CHANGED
@@ -980,8 +980,8 @@ function __wbg_get_imports() {
980
980
  const ret = BigInt.asUintN(64, arg0);
981
981
  return ret;
982
982
  };
983
- imports.wbg.__wbindgen_cast_4f41d4709fd67779 = function(arg0, arg1) {
984
- // Cast intrinsic for `Closure(Closure { dtor_idx: 7056, function: Function { arguments: [Externref], shim_idx: 7057, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
983
+ imports.wbg.__wbindgen_cast_93726e9b341af21e = function(arg0, arg1) {
984
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 7039, function: Function { arguments: [Externref], shim_idx: 7040, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
985
985
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h72b14ab7db8750ca, wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f);
986
986
  return ret;
987
987
  };
Binary file
@@ -2,6 +2,7 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const __wbg_stof_free: (a: number, b: number) => void;
5
+ export const __wbg_stoffunc_free: (a: number, b: number) => void;
5
6
  export const start: () => void;
6
7
  export const stof_binaryExport: (a: number, b: number, c: number, d: any) => [number, number, number];
7
8
  export const stof_binaryImport: (a: number, b: any, c: number, d: number, e: any, f: number, g: number) => [number, number, number];
@@ -17,7 +18,6 @@ export const stof_stringExport: (a: number, b: number, c: number, d: any) => [nu
17
18
  export const stof_stringImport: (a: number, b: number, c: number, d: number, e: number, f: any, g: number, h: number) => [number, number, number];
18
19
  export const stof_sync_call: (a: number, b: number, c: number, d: any) => [number, number, number];
19
20
  export const stof_sync_run: (a: number, b: any) => [number, number, number, number];
20
- export const __wbg_stoffunc_free: (a: number, b: number) => void;
21
21
  export const stoffunc_new: (a: number, b: number, c: number, d: number, e: any, f: number) => number;
22
22
  export const wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f: (a: number, b: number, c: any) => void;
23
23
  export const wasm_bindgen__closure__destroy__h72b14ab7db8750ca: (a: number, b: number) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formata/stof",
3
- "version": "0.9.10",
3
+ "version": "0.9.14",
4
4
  "type": "module",
5
5
  "main": "./dist/doc.js",
6
6
  "types": "./dist/doc.d.ts",