Skip to content

v0.2.0

Choose a tag to compare

@royalicing royalicing released this 01 Mar 12:52
· 69 commits to main since this release

Added

  • Support for accepting Str as function parameter
  • Allow passing Str type when calling functions.
  • Added :ptr and :size access for Str variables
  • Support for matching (destructuring) tuples e.g. {x, y, z} = some_function()
  • Support for cond/2 expression e.g. cond result: I32 do …
  • Support for passing params to functions in tables (call_indirect)
  • Allow importing memory (Closes #42)
  • Added Memory.export/1 for renaming what export
  • Added features and anti-features to project readme

Changed

  • Updated to Elixir 1.18

Full Changelog: v0.1.1...v0.2.0