trait WASIOptions extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- wasiMod.scala
- Alphabetic
- By Inheritance
- WASIOptions
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- val args: UndefOr[Array[java.lang.String]]
An array of strings that the WebAssembly application will see as command line arguments.
An array of strings that the WebAssembly application will see as command line arguments. The first argument is the virtual path to the WASI command itself.
- 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()
- val env: UndefOr[Object]
An object similar to
process.envthat the WebAssembly application will see as its environment. - 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()
- 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()
- val preopens: UndefOr[Dict[java.lang.String]]
This object represents the WebAssembly application's sandbox directory structure.
This object represents the WebAssembly application's sandbox directory structure. The string keys of
preopensare treated as directories within the sandbox. The corresponding values inpreopensare the real paths to those directories on the host machine. - def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val returnOnExit: UndefOr[Boolean]
By default, WASI applications terminate the Node.js process via the
wasi_proc_exit()function. Setting this option totruecauseswasi.start()to return the exit code rather than terminate the process. - val stderr: UndefOr[Double]
The file descriptor used as standard error in the WebAssembly application.
- val stdin: UndefOr[Double]
The file descriptor used as standard input in the WebAssembly application.
- val stdout: UndefOr[Double]
The file descriptor used as standard output in the WebAssembly application.
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated