WebAssembly / memory64

Memory with 64-bit indexes
Other
195 stars 21 forks source link

Update JS API for memory/table min/max and table.get/set #70

Closed sbc100 closed 3 days ago

sbc100 commented 4 days ago

Use unsigned long long rather then unsigned long which gives us u64 range rather than u32 range.

See https://webidl.spec.whatwg.org/#idl-unsigned-long-long

See #68