wasmRuntimeFeatures function

Future<WasmRuntimeFeatures> wasmRuntimeFeatures()

Information of the Wasm Runtime. Contains the default and supported WasmFeatures used when compiling a WASM module, the name of the runtime, it's version and whether it is the browser's runtime or not.

Implementation

Future<WasmRuntimeFeatures> wasmRuntimeFeatures() async =>
    platform_impl.wasmRuntimeFeatures();