Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-enable linux arm64 builds (#1060)
Fix #1011 by avoiding the use of `crate-type = ["cdylib"]` in native builds. It was causing some linker errors when cross-compiling from x64-linux to aarch64-linux, I believe the root cause is rust-lang/cargo#4133 i.e. cargo failing to select the right target linker during cross builds. The `cdylib` crate type is only relevant when building wasms, so this change just lowers that functionality into the specific commands that build wasms. --------- Co-authored-by: Leigh McCulloch <[email protected]>
- Loading branch information