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