@componentor/quickjs-singlefile-browser-release-sync 0.31.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.
@@ -0,0 +1,14 @@
1
+ // Generated from ../../templates/emscripten-module.SYNC.d.ts
2
+ import type {
3
+ EmscriptenModuleLoader,
4
+ QuickJSEmscriptenModule,
5
+ } from "@componentor/quickjs-ffi-types"
6
+ /**
7
+ * Emscripten module built from the unmodified [`quickjs/quickjs.h`](../quickjs/quickjs.h)
8
+ * and our FFI support functions [c/interface.c](../c/interface.c).
9
+ *
10
+ * Note that emscripten modules returned by a `MODULARIZE=1` emscripten build
11
+ * (like this one) load asynchronously.
12
+ */
13
+ declare const ModuleLoader: EmscriptenModuleLoader<QuickJSEmscriptenModule>
14
+ export default ModuleLoader