| 204 | type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; |
| 205 | declare namespace WebAssembly { |
| 206 | class CompileError extends Error { |
| 207 | constructor(message?: string); |
| 208 | } |
| 209 | class RuntimeError extends Error { |
nothing calls this directly
no outgoing calls
no test coverage detected