RoyalIcing / Orb

Write WebAssembly with Elixir
https://useorb.dev
BSD 3-Clause "New" or "Revised" License
174 stars 1 forks source link

Remove `Orb.I32.attr_writer` #16

Closed RoyalIcing closed 3 months ago

RoyalIcing commented 5 months ago

While Ruby might have some niceties and conveniences like attr_writer, I want to reduce the surface area of Orb. A library could easily add these conveniences on top of Orb.

And let’s see what patterns people end up using all the time before including them in the core library.