AssemblyScript / examples

A collection of AssemblyScript examples.
https://assemblyscript.org
MIT License
287 stars 50 forks source link

Update to AS 0.18 #11

Closed dcodeIO closed 3 years ago

dcodeIO commented 3 years ago

Haven't updated the examples repo for a while, so this updates us to v0.18 with the necessary changes.

Also fixes https://github.com/AssemblyScript/examples/pull/9, fixes https://github.com/AssemblyScript/examples/issues/10

dcodeIO commented 3 years ago

The n-body example is failing due to a problem in the compiler, using toAsmjs instead of emitAsmjs, which we don't test. Going to fix that as well, but should be ok to merge this PR already as it will unbreak itself automatically anyhow.