Description
Applications can run WebAssembly modules through Wasmtime using a library interface with C bindings.
This package is useful for developers embedding WebAssembly execution in tools, services, plugins, or sandboxed workloads. It does not run modules by itself as a user-facing app; another program loads the runtime and controls permissions.
WebAssembly isolation depends on host configuration, WASI access, filesystem permissions, networking, and resource limits. Review the parent application before running untrusted modules.