Module

open class Module(bytes: BufferSource)(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)

Types

Link copied to clipboard
object Companion