GraalvmHostFunctionInstaller

Types

Link copied to clipboard
class Builder(val wasmContext: Context)
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun setupEmscriptenFunctions(moduleName: String = ENV_MODULE_NAME, memory: MemorySource = ExportedMemory(spec = DEFAULT_MEMORY_SPEC)): GraalvmHostFunctionInstaller.GraalvmEmscriptenInstaller
Link copied to clipboard
fun setupWasiPreview1Module(moduleName: String = WASI_SNAPSHOT_PREVIEW1_MODULE_NAME, memory: MemorySource? = ImportedMemory())