()
| 95 | |
| 96 | /** Get the absolute path to the directory containing all WASM files. */ |
| 97 | export function getWasmDir(): string { |
| 98 | if (!_wasmDir) _wasmDir = findWasmDir(); |
| 99 | return _wasmDir; |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Get the absolute path to a specific WASM file. |
no test coverage detected