apollovm_wasm 1.0.0
apollovm_wasm: ^1.0.0 copied to clipboard
Native (Dart VM) WebAssembly execution for ApolloVM: the wasm_run-backed WasmRuntime, kept out of the core package so apollovm stays FFI-free.
1.0.0 #
-
Initial release: the native (Dart VM)
WasmRuntime, extracted frompackage:apollovm2.0.0.ApolloVM compiles to Wasm everywhere, but executing a module on the Dart VM needs a native engine (
wasm_run), which drags an FFI/Rust toolchain — and an oldflutter_rust_bridge— into every consumer ofapollovm, even the ones that only parse or translate code. That cost now lives here.Call
registerApolloVMWasmRuntime()to install it;WasmRuntime()then executes on the VM as before.