Linux on ARM: rust-lld is required for linking wasm, but is missing on non-Tier 1 platforms. So, use this script to build lld and create the symlink /usr/bin/rust-lld to the build binary.
Mac:
1
brew install cmake pkg-config openssl git llvm
Copied!
Build the corresponding binary file
1
cd Hyperspace
2
cargo build --release
Copied!
The first build takes a long time because all necessary libraries need to be compiled.