Skip to content

Commit

Permalink
For ARM64, add shim for legacy libwasmer.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 5, 2024
1 parent 924f187 commit 3ab3bd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasmer/bridge.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package wasmer
// #cgo linux,amd64 LDFLAGS:-lwasmer_linux_amd64
// #cgo linux,arm64 LDFLAGS:-lwasmer_linux_arm64
// #cgo darwin,amd64 LDFLAGS:-lwasmer_darwin_amd64
// #cgo darwin,arm64 LDFLAGS:-lwasmer_darwin_arm64_shim
// #include "./wasmer.h"
//
import "C"
Expand Down
Binary file added wasmer/libwasmer_darwin_arm64_shim.dylib
Binary file not shown.

0 comments on commit 3ab3bd1

Please sign in to comment.