Module

open class Module(bytes: BufferSource, options: WebAssemblyCompileOptions = definedExternally)(source)

A WebAssembly.Module object contains stateless WebAssembly code that has already been compiled by the browser — this can be efficiently shared with Workers, and instantiated multiple times.

MDN Reference

Constructors

Link copied to clipboard
constructor(bytes: BufferSource, options: WebAssemblyCompileOptions = definedExternally)

Types

Link copied to clipboard
object Companion