Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 00:58
b857944

Breaking changes

  • Rewrite runtime, switch to tracing GC and bootstrap (#1559) (b857944)
    The exported runtime interface has changed, affecting how external objects are being kept alive. Please refer to the updated documentation on Garbage collection for all the details.

Other

  • Add valueOf method to generated class definitions (#1631) (ffdf411)