SwadicalRag / wasm2lua

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

Use manually compiled luajit in Travis CI #8

Closed SwadicalRag closed 5 years ago

SwadicalRag commented 5 years ago

The builds are randomly failing probably because the luajit vm from the package manager is not correctly compiled.

MDFL64 commented 5 years ago

I had some pretty bad issues using the LuaJIT from my package manager as well as trying to compile it myself. It crashed when the JIT was turned on, but I didn't try to investigate why.

SwadicalRag commented 5 years ago

We haven't had any random failures in a while. Marking this issue as invalid.