Skip to content

v0.19.12

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 01:06
b652b46

New features

  • Add optional capacity parameter to loader's __newArray (#2024) (8eaa44a)
  • Add __getFunction helper to loader (#2037) (b0549e0)

Bug fixes

  • Make messages and labels optional in WASI console APIs (#2047) (8e75367)
  • Annotate internal helpers in TS definitions (#2039) (71e407b)
  • Properly handle nulls in runtime upcast checks (#2042) (df3d29c)
  • Compile virtual dependencies before finalizing stubs (#2040) (115c820)

Other