Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace WebAssembly

Index

Type Aliases

Exports: Record<string, ExportValue>
ImportExportKind: "function" | "global" | "memory" | "table"
ImportValue: ExportValue | number
Imports: Record<string, ModuleImports>
ModuleImports: Record<string, ImportValue>
TableKind: "anyfunc" | "externref"
ValueType: "anyfunc" | "externref" | "f32" | "f64" | "i32" | "i64" | "v128"

Variables

CompileError: { prototype: <internal>.WebAssembly.CompileError }

Type declaration

Global: { prototype: <internal>.WebAssembly.Global }

Type declaration

Instance: { prototype: <internal>.WebAssembly.Instance }

Type declaration

LinkError: { prototype: <internal>.WebAssembly.LinkError }

Type declaration

Memory: { prototype: <internal>.WebAssembly.Memory }

Type declaration

Module: { prototype: <internal>.WebAssembly.Module; customSections: any; exports: any; imports: any }

Type declaration

RuntimeError: { prototype: <internal>.WebAssembly.RuntimeError }

Type declaration

Table: { prototype: <internal>.WebAssembly.Table }

Type declaration

Functions

  • Parameters

    Returns boolean

Generated using TypeDoc