wasm_run icon indicating copy to clipboard operation
wasm_run copied to clipboard

A WebAssembly executor for Dart and Flutter applications. Uses Rust's wasmtime optimizing runtime or wasmi interpreter to parse and execute WASM and WAT files.

Results 21 wasm_run issues
Sort by recently updated
recently updated
newest added

Here is the wit file package mypackage:plugin /// An example world for the component to target. world plugin { export widget-name: func() -> result export widget-code: func() -> result export...