This repository was archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Enarx runtime
Mike Bursell edited this page Jul 4, 2019
·
4 revisions
Enarx runtime requires the following:
- Call-out API
- a JIT Enarx needs a library where we can say “here’s a context; here’s an application that we can load into context; here are the call-outs for APIs within that context; run the application”. This will use a JIT compilation engine to provide runtime portability across CPUs.
WASI - W3C subcommittee to standardize a WASM system API.
Wasmtime - A standalone WASM JIT. Built by Mozilla using Rust and Cranelift.