SwadicalRag / wasm2lua

wasm2lua: converting WASM into Lua
MIT License
190 stars 10 forks source link

Inline int64s and don't use metatables #9

Open SwadicalRag opened 5 years ago

MDFL64 commented 5 years ago

I had intended to do this from the start. My plan was to allocate two registers per longint, but I figured I'd rather have a correct implementation than do that right away.