Description
WebAssembly modules can be loaded and run from Python through Wasmtime and Cranelift bindings. This extension helps applications embed a WebAssembly runtime for plugins, sandboxed execution, or portable code.
It is imported by software and may execute modules supplied by users or other systems. Treat untrusted WebAssembly as code execution and configure sandbox, filesystem, and host-function access carefully.