Skip to content

v0.9.3

Compare
Choose a tag to compare
@dcodeIO dcodeIO released this 11 Mar 00:37

New features

  • Added StaticArray<T>, a more efficient array variant
  • Added support for context dependent sigma symbols to String#toLowerCase
  • Refactored the compiler so it can compile itself (binary is not yet runnable)
  • Added afterInitialize transform hook
  • Updated Binaryen to latest

Relevant fixes

  • Fixed various code generation, type propagation and resolver issues