@polyengine/runtime
v0.5.1
Published
A WebAssembly Component Model host for JavaScript engines: plan executor, canonical ABI, 0.3 task scheduler, JSPI bridge, and embedder API.
Readme
@polyengine/runtime
A WebAssembly Component Model host for JavaScript engines: plan executor, canonical ABI, 0.3 task scheduler, JSPI bridge, and embedder API.
Part of polyengine, a
WebAssembly Component Model host for JavaScript engines. This is the npm
distribution; the same package is published to JSR as jsr:@polyengine/runtime, and the
two are built from the same sources at the same version.
npm install @polyengine/runtimeimport * as api from "@polyengine/runtime/cache";Entry points: ./cache, ./digest, ./embedder, ./plan, ./shim.
ESM only, Node >= 22.14. Documentation, examples and the embedder API contract live in the repository.
Apache-2.0.
