When attempting to run the quickstart instructions on an M1 Mac, I get a linker error as follows:
Undefined symbols for architecture arm64:
"__HEAP_PTR", referenced from:
_sys_alloc in foo-caf35af4958fbbe0.foo.8bcdfdeca794c93c-cgu.0.rcgu.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The quickstart instructions worked fine when I tried them on a Linux host.
The exact commands I ran were
% cargo +nightly install --git https://github.com/a16z/jolt --force --bins jolt
% jolt new foo
% cd foo
% cargo run --release