Whenever I call
await solidityCompiler({ version: https://binaries.soliditylang.org/bin/${version}`,
contractBody: content,
options,
})`
The promise of any subsequent call won't resolve. It seems that the webworker do not respond anymore.
Any clue of the cause?
Whenever I call
await solidityCompiler({ version:https://binaries.soliditylang.org/bin/${version}`,contractBody: content,
options,
})`
The promise of any subsequent call won't resolve. It seems that the webworker do not respond anymore.
Any clue of the cause?