在使用 Rust 在 M1 Mac 上构建 NEAR 智能合约时,编译失败并出现与 wasmer-runtime-core 相关的错误
error[E0425]: cannot find function get_fault_info in this scope
--> /Users/foobar/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/fault.rs:296:21
|
296 | let fault = get_faultinfo(siginfo as , ucontext);
| ^^^^^^^^^^^^^^ not found in this scope
似乎没有办法解决“用户空间”中的此错误。