RustWire constructor
RustWire(
- FutureOr<
WasmModule> module
Implementation
RustWire(FutureOr<WasmModule> module)
: super(WasmModule.cast<RustWasmModule>(module));
RustWire(FutureOr<WasmModule> module)
: super(WasmModule.cast<RustWasmModule>(module));