WasmEdge integrations

    A major use case of WasmEdge is to start an VM instance from a host application. Depending on your host application’s programming language, you can use WasmEdge SDKs to start and call WasmEdge functions.

    • Embed WasmEdge functions into a Go application using the . Here is a tutorial and are some !
    • Embed WasmEdge functions into a Rust application using the WasmEdge Rust crate.
    • Embed WasmEdge functions into a Node.js application using the NAPI. Here is a .

    WasmEdge provides an OCI compliant interface. You can use container tools, such as CRI-O, Docker Hub, and Kubernetes, to orchestrate and manage WasmEdge runtimes.

    • The WasmEdge C API supports the .
    • The WasmEdge Go API supports the Go host functions.

    of a JavaScript program in WasmEdge calling a C-based host function in the underlying OS.