@formata/stof 0.9.10 → 0.9.12
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 +1 -1
- package/dist/doc.js +1 -1
- package/dist/pkg/stof.js +5 -5
- package/dist/pkg/stof_bg.wasm +0 -0
- package/package.json +1 -1
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.
|
|
25
|
+
static readonly VERSION = "0.9.12";
|
|
26
26
|
private static initialized?;
|
|
27
27
|
private static wasmGate;
|
|
28
28
|
stof: Stof;
|
package/dist/doc.js
CHANGED
package/dist/pkg/stof.js
CHANGED
|
@@ -980,11 +980,6 @@ 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`.
|
|
985
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h72b14ab7db8750ca, wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f);
|
|
986
|
-
return ret;
|
|
987
|
-
};
|
|
988
983
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
989
984
|
// Cast intrinsic for `I64 -> Externref`.
|
|
990
985
|
const ret = arg0;
|
|
@@ -1000,6 +995,11 @@ function __wbg_get_imports() {
|
|
|
1000
995
|
const ret = arg0;
|
|
1001
996
|
return ret;
|
|
1002
997
|
};
|
|
998
|
+
imports.wbg.__wbindgen_cast_dc8325cc96db5211 = function(arg0, arg1) {
|
|
999
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 7044, function: Function { arguments: [Externref], shim_idx: 7045, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1000
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h72b14ab7db8750ca, wasm_bindgen__convert__closures_____invoke__h53d5cf04cab8438f);
|
|
1001
|
+
return ret;
|
|
1002
|
+
};
|
|
1003
1003
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
|
1004
1004
|
const table = wasm.__wbindgen_externrefs;
|
|
1005
1005
|
const offset = table.grow(4);
|
package/dist/pkg/stof_bg.wasm
CHANGED
|
Binary file
|