vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

Multi-arch container for building the WebAssembly Runtimes #119

Open gzurl opened 1 year ago

gzurl commented 1 year ago

Is your feature request related to a problem? Please describe.

On Apple silicon, Docker is not using the arm64 version of the container because of WASI_SDK. So the builds on M1/M2 Macs are quite slow.

Describe the solution you'd like

In https://github.com/WebAssembly/wasi-sdk/issues/294 seems to be resolved.

Describe alternatives you've considered

No response

Additional context

No response