class WASI extends Object with StObject
- Annotations
- @JSType() @JSImport("wasi", "WASI") @native()
- Source
- wasiMod.scala
- Alphabetic
- By Inheritance
- WASI
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new WASI(options: WASIOptions)
- new WASI()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def initialize(instance: Object): Unit
Attempt to initialize
instanceas a WASI reactor by invoking its_initialize()export, if it is present.Attempt to initialize
instanceas a WASI reactor by invoking its_initialize()export, if it is present. Ifinstancecontains a_start()export, then an exception is thrown.start()requires thatinstanceexports aWebAssembly.Memorynamedmemory. Ifinstancedoes not have amemoryexport an exception is thrown.If
initialize()is called more than once, an exception is thrown. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def start(instance: Object): Unit
Attempt to begin execution of
instanceby invoking its_start()export.Attempt to begin execution of
instanceby invoking its_start()export. Ifinstancedoes not contain a_start()export, thenstart()attempts to invoke thewasi_unstable_reactor_start()export. If neither of those exports is present oninstance, thenstart()does nothing.start()requires thatinstanceexports aWebAssembly.Memorynamedmemory. Ifinstancedoes not have amemoryexport an exception is thrown.If
start()is called more than once, an exception is thrown. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val wasiImport: Dict[Any]
Is an object that implements the WASI system call API.
Is an object that implements the WASI system call API. This object should be passed as the
wasi_snapshot_preview1import during the instantiation of aWebAssembly.Instance.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated