WebAssembly / memory64

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

Add index constructor argument for WebAssembly.Table #64

Closed backes closed 3 weeks ago

backes commented 3 weeks ago

Similar to WebAssembly.Memory (#39), the WebAssembly.Table constructor also needs an index argument.

This fixes #63.

sbc100 commented 3 weeks ago

Index types merged.