What is the ElementaryUI Browser Runtime?
mainThe ElementaryUI Browser Runtime is a package that provides the JavaScript glue code necessary to run ElementaryUI WebAssembly applications in the browser. It consists of two main components:
- JavaScriptKit Runtime: A Swift-to-JavaScript interop layer (vendored from JavaScriptKit).
- WASI Bootstrap: A minimal WASI setup for browser environments using @bjorn3/browser_wasi_shim.