bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Switch plugin to build on Linux #830

Closed jeffcharles closed 1 week ago

jeffcharles commented 1 week ago

Description of the change

Switches the plugin to build on Linux.

Why am I making this change?

It looks like plugins produced with Linux use slightly fewer instructions than when produced with MacOS. Also GitHub Actions seems to be able to find Linux runners faster and they seem to compile and test faster than MacOS runners.

Checklist