solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
306 stars 40 forks source link

Introduce arm64 compilation support #296

Open bltavares opened 1 year ago

bltavares commented 1 year ago

Description

When trying to install 'wasme' an a Mac M1, I was not able to find pre-compiled releases using the suggested getting started page.

This commit introduces the aarch64 binaries for Mac and Linux to make it easier for others to install 'wasme'.

Context

During the tests, when running "wasme" on a Mac, we would get a ERROR log, despite the process concluding as expected.

ERRO[0000] failure getting variant                       error="getCPUInfo for OS darwin: not implemented"

This is confusing for the user, and can be fixed by upgrading containerd as well.

Checklist:

solo-build-bot[bot] commented 1 year ago

Waiting for approval from someone in the solo-io org to start testing.