registerWith static method

void registerWith()

Registers the native bindings for the WasmRun plugin. For more information, see: WasmRunLibrary.setUp.

Implementation

static void registerWith() {
  WasmRunLibrary.setUp(
    override: false,
    isFlutter: true,
    loadAsset: rootBundle.load,
  );
}