Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/sgm5YcmgyD
GNU General Public License v3.0
130 stars 18 forks source link

Extend num storage #10

Closed Hexcede closed 2 years ago

Hexcede commented 2 years ago

So far, this contains store.f32, store.f64, store.i64_n32, store.i64_n16, and store.i64_n8 implementations for luau.

I would additionally like to implement all of these load variants:

This would satisfy the conditions for address.wast.lua and align.wast.lua to both pass under luau.

Rerumu commented 2 years ago

Already merged. Not sure why GitHub didn't auto-close.