PreopenedDir class

A preopened directory that the WASM module will be able to access

Constructors

PreopenedDir({required String wasmGuestPath, required String hostPath})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hostPath String
The path on the host that the WASM module will be able to access and corresponds to the wasm_guest_path
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wasmGuestPath String
The path inside the WASM module. Should be "/" separated, if you are on windows, you will need to convert the path
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited