Skip to content

Beta-10

Compare
Choose a tag to compare
@cohix cohix released this 15 Jun 12:40
131ce77

AssemblyScript / TypeScript support is here!

Welcome to Beta-10; this release contains support for AssemblyScript! It's been a while in the making (mostly due to lack of time to work on it), but it's finally here! A few notes about the release:
- There is a breaking change; rt.Handle has been renamed to rt.Register
- AssemblyScript doesn't currently support setting response headers, accessing static files, or returning errors. Those will come soon.
- AssemblyScript Runnable API docs will be coming alongside the next Atmo release, so stay tuned.

You can use subo to create and build AS runnables as of version 0.0.16 with subo create runnable awesomesauce --lang assemblyscript (typescript works also).

This release will be the basis for Atmo v0.2.3, and it will also support AS/TS.