Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
35 stars 10 forks source link

Enable JIT in workflows #194

Closed taperropein closed 7 months ago

taperropein commented 7 months ago

Tested locally with act as much as I could, since Github wasn't running it. Seems to be working.

edit: Of course the ARM tests that I couldn't run locally failed in CI. Ah well.

taperropein commented 7 months ago

Looks like everything runs, and luckily only one platform has a bug (that the current test suite discovers): Windows x64 with JIT.

zherczeg commented 7 months ago

It is stiil a progress. We should not enable Windows 64 then at the moment until we understand what is happening there.

taperropein commented 7 months ago

I disabled the JIT tests on x64 Windows for now, plus added a message so we know it's disabled.

zherczeg commented 7 months ago

Could we land this? It adds more platforms for testing jit.