Skip to Content
Runners

Wasmer Runners

A runner defines how Wasmer executes the commands in a package. The Wasmer runtime supports the following runner:

  • WASIX (including plain WASI)

WCGI packages use the same packaging workflow, and run on Wasmer Edge.

Runner metadata belongs to the package, so the same WASI(X) command can run through the CLI, the JavaScript SDK, or the Python SDK.

Last updated on