Thank you very much for creating this project. I am having trouble generating the .abi file. When I run script/02-compile.sh I get a .wast but no .abi file.
Please let me know how I can generate the corresponding .abi file or if I am missing a step.
I realize I could manually create the abi file however when I run
asc ./src/gameoflife.ts -o ./gameoflife-ts/gameoflife-ts.wast --optimize --validate
The wast file that results is fair bit different and fails to "set contract" Attached is my wast file.
gameoflife-ts.wast.txt
Thank you very much for creating this project. I am having trouble generating the .abi file. When I run script/02-compile.sh I get a .wast but no .abi file.
Please let me know how I can generate the corresponding .abi file or if I am missing a step.
I realize I could manually create the abi file however when I run
asc ./src/gameoflife.ts -o ./gameoflife-ts/gameoflife-ts.wast --optimize --validateThe wast file that results is fair bit different and fails to "set contract" Attached is my wast file.
gameoflife-ts.wast.txt