| 218 | type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; |
| 219 | declare namespace WebAssembly { |
| 220 | class CompileError extends Error { |
| 221 | constructor(message?: string); |
| 222 | } |
| 223 | class RuntimeError extends Error { |
nothing calls this directly
no outgoing calls
no test coverage detected