Skip to content

Commit

Permalink
Use shim for Linux ARM64.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 6, 2024
1 parent 3ab3bd1 commit fe7398e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmer/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package wasmer

// #cgo LDFLAGS: -Wl,-rpath,${SRCDIR} -L${SRCDIR}
// #cgo linux,amd64 LDFLAGS:-lwasmer_linux_amd64
// #cgo linux,arm64 LDFLAGS:-lwasmer_linux_arm64
// #cgo linux,arm64 LDFLAGS:-lwasmer_linux_arm64_shim
// #cgo darwin,amd64 LDFLAGS:-lwasmer_darwin_amd64
// #cgo darwin,arm64 LDFLAGS:-lwasmer_darwin_arm64_shim
// #include "./wasmer.h"
Expand Down
Binary file removed wasmer/libwasmer_linux_arm64.so
Binary file not shown.
Binary file added wasmer/libwasmer_linux_arm64_shim.so
Binary file not shown.

0 comments on commit fe7398e

Please sign in to comment.