supportsWasmGc top-level property
bool
get
supportsWasmGc
Whether the JavaScript engine supports WasmGC (required to run dart2wasm
output), feature-detected via WebAssembly.validate.
Always false off the web; never throws.
Implementation
bool get supportsWasmGc => _overrides?.wasmGc ?? impl.detectWasmGcSupport();