CosmWasm / wasmvm

Go bindings to the running cosmwasm contracts with wasmer
Apache License 2.0
173 stars 99 forks source link

Make test-alpine work on ARM as well #483

Closed webmaster128 closed 4 months ago

webmaster128 commented 9 months ago

To make this test work on ARM systems, we need to ensure a few things

webmaster128 commented 4 months ago

The point

The library internal/api/libwasmvm_muslc.aarch64.a is moved to internal/api/libwasmvm_muslc.a at the start of the test to make // #cgo LDFLAGS: -Wl,-rpath,${SRCDIR} -L${SRCDIR} -lwasmvm_muslc work

is not needed anymore because muslc is now linked with an arch specific file name: