Another week another chasm release, this time a big one. I’ve been working on integration of the official wasm test suite and we are now passing all functional tests. This effectively means if you give chasm a valid wasm program then it will compute the correct result. There is still work to do around tests that assert that invalid programs are correctly handled but nonetheless I feel like this is a good point to get a release out and have people use it. I’ve bumped the version number to 0.6 and this reflects my confidence in where chasm is at on its journey to a 1.0 and something stable.
Next steps:
• Completion of the test suite (invalid programs and module verification)
• Setup of benchmarks
https://github.com/CharlieTap/chasm/releases/tag/0.6.0