| 128 | type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; |
| 129 | declare namespace WebAssembly { |
| 130 | class CompileError extends Error { |
| 131 | constructor(message?: string); |
| 132 | } |
| 133 | class RuntimeError extends Error { |
nothing calls this directly
no outgoing calls
no test coverage detected