(dir: string)
| 124 | * This can be useful for custom packaging or deployment scenarios. |
| 125 | */ |
| 126 | export function setWasmDir(dir: string): void { |
| 127 | customWasmDir = dir |
| 128 | } |
| 129 | |
| 130 | export function getWasmDir(): string | undefined { |
| 131 | return customWasmDir |
no outgoing calls
no test coverage detected