Bug description
asc --version no longer works inside web containers (e.g. StackBlitz).
Steps to reproduce
I upgraded the package.json for AssemblyScript to 0.28.17 using the playground found here https://stackblitz.com/edit/learning-assemblyscript-01-t6meir?file=package.json
Then, in the terminal,
npm upgrade
asc --version
And I got the following error:
[TypeError: An argument must be provided, which must be a Response or Promise<Response> object] {
message: "Failed to execute 'compile' on 'WebAssembly': An argument must be provided, which must be a Response or Promise<Response> object"
}
0.27.x is fine, but as soon as you go 0.28.x, you hit this error.
AssemblyScript version
0.28.x
Bug description
asc --versionno longer works inside web containers (e.g. StackBlitz).Steps to reproduce
I upgraded the package.json for AssemblyScript to 0.28.17 using the playground found here https://stackblitz.com/edit/learning-assemblyscript-01-t6meir?file=package.json
Then, in the terminal,
npm upgradeasc --versionAnd I got the following error:
0.27.x is fine, but as soon as you go 0.28.x, you hit this error.
AssemblyScript version
0.28.x