| 142 | type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array; |
| 143 | declare namespace WebAssembly { |
| 144 | class CompileError extends Error { |
| 145 | constructor(message?: string); |
| 146 | } |
| 147 | class RuntimeError extends Error { |
| 148 | constructor(message?: string); |
| 149 | } |
nothing calls this directly
no outgoing calls
no test coverage detected