Closed Hexcede closed 2 years ago
So far, this contains store.f32, store.f64, store.i64_n32, store.i64_n16, and store.i64_n8 implementations for luau.
store.f32
store.f64
store.i64_n32
store.i64_n16
store.i64_n8
I would additionally like to implement all of these load variants:
load
load.i32_u16
load.i64_i32
load.i64_i16
load.i64_i8
load.i64_u32
load.i64_u16
load.i64_u8
This would satisfy the conditions for address.wast.lua and align.wast.lua to both pass under luau.
address.wast.lua
align.wast.lua
Already merged. Not sure why GitHub didn't auto-close.
So far, this contains
store.f32
,store.f64
,store.i64_n32
,store.i64_n16
, andstore.i64_n8
implementations for luau.I would additionally like to implement all of these
load
variants:load.i32_u16
load.i64_i32
load.i64_i16
load.i64_i8
load.i64_u32
load.i64_u16
load.i64_u8
This would satisfy the conditions for
address.wast.lua
andalign.wast.lua
to both pass under luau.