Game of life example not building
sebpiq opened this issue · 2 comments
sebpiq commented
I still can't build game of life example. When running : npm run asbuild
I get the error :
> @assemblyscript/game-of-life-example@1.0.0 asbuild
> npm run asbuild:debug && npm run asbuild:release
> @assemblyscript/game-of-life-example@1.0.0 asbuild:debug
> asc assembly/index.ts --target debug
Fatal: Module::addMemory: 0 already exists
▌ Whoops, the AssemblyScript compiler has crashed during compile :-(
▌
▌ There is no stack trace. Perhaps a Binaryen exception above / in console?
▌
▌ > undefined
▌
▌ If you see where the error is, feel free to send us a pull request. If not,
▌ please let us know: https://github.com/AssemblyScript/assemblyscript/issues
▌
▌ Thank you!
MaxGraey commented
It will be fixed in next release. See this issue: AssemblyScript/assemblyscript#2482
sebpiq commented
Amazing! Thanks <3