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 17 wasm_run issues
Sort by recently updated
recently updated
newest added

Trying to .build() a basic WASM module on Safari seems to return this error, while running the same on Firefox or Chrome works fine Tried also with .buildSync() ```log An...

I think there is something strange with Dart bindings for web: When I try to setup WasiConfig, the first execution in flutter run -d chrome return an error: `TypeError: Cannot...

Hi there, First of all, thanks for created and published the package. I have the following questions regarding the package: 1. How to run Wasm modules with Javascript across platforms...

can't use git dep dart pub get --no-example ```rust Resolving dependencies... Because every version of wasm_wit_component from git depends on wasm_run ^0.1.0 which doesn't match any versions, wasm_wit_component from git...

Updates the requirements on [cap-std](https://github.com/bytecodealliance/cap-std) to permit the latest version. Commits 72fdc30 chore: Release 6a264e2 Use more custom traits. (#346) e3f9875 Fix one more place that was depending on std::os::unix::fs::PermissionsExt...

dependencies
rust

Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version. Release notes Sourced from wasmtime's releases. v16.0.0 16.0.0 Released 2023-12-20. Added Add yielding support in wasmtime_store_epoch_deadline_callback in the C API....

dependencies
rust

Updates the requirements on [wasi-common](https://github.com/bytecodealliance/wasmtime) to permit the latest version. Release notes Sourced from wasi-common's releases. v14.0.4 14.0.4 Released 2023-11-01 Fixed Using the --dir argument combined with a ::-remapped path...

dependencies
rust

Updates the requirements on [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) to permit the latest version. Release notes Sourced from wasmtime-wasi's releases. v14.0.4 14.0.4 Released 2023-11-01 Fixed Using the --dir argument combined with a ::-remapped path...

dependencies
rust

Hey, First of all thanks for all the work on this. Just recently got exploring the code and what's there seems really cool. But realized that some stuff seems broken...