New
v0.2.0
Added
- Support for accepting
Stras function parameter - Allow passing
Strtype when calling functions. - Added
:ptrand:sizeaccess forStrvariables - Support for matching (destructuring) tuples e.g.
{x, y, z} = some_function() - Support for
cond/2expression e.g.cond result: I32 do … - Support for passing params to functions in tables (
call_indirect) - Allow importing memory (Closes #42)
- Added
Memory.export/1for renaming what export - Added features and anti-features to project readme
Changed
- Updated to Elixir 1.18
Full Changelog: https://github.com/RoyalIcing/Orb/compare/v0.1.1...v0.2.0