RustPlatform constructor

RustPlatform(
  1. FutureOr<WasmModule> dylib
)

Implementation

RustPlatform(FutureOr<WasmModule> dylib) : super(RustWire(dylib)) {
  setupMixinConstructor();
}