@effindomv2/runtime
v0.2.14
Published
EffinDom browser runtime bridge, manifest assets, and runtime URL helpers
Maintainers
Readme
@effindomv2/runtime
The MIT-licensed browser runtime for EffinDOM.
It contains the browser bridge, managed harness, content-addressed Tier 1/Tier 2 WebAssembly runtime assets, ICU data, and bundled fallback fonts used by EffinDOM applications.
Use an SDK or scaffold an app
Most applications should consume this package through an EffinDOM SDK rather than calling the runtime ABI directly:
npm create @effindomv2/fui-as-app my-app
npm create @effindomv2/fui-rs-app my-app- FUI-AS provides the AssemblyScript SDK.
- FUI-RS provides the Rust SDK.
- EffinDOM documentation covers the runtime, browser bridge, and native hosts.
Direct installation
npm install @effindomv2/runtimeThe package exports bridge and harness entry points for applications that build their own language binding. The public SDKs are the supported application-level API surface.
Runtime assets
The browser harness first attempts to load immutable, shared runtime assets
from https://runtimes.effindom.dev. If unavailable, it falls back to the
runtime assets bundled with this package.
License
MIT. See LICENSE.md.
