Boring545
Boring545
谢谢您,已经解决了,第一次用linux还不太熟悉
I couldn't find functions like wasmtime_val_copy in these header files, but I did find: ``` WASM_API_EXTERN void wasm_val_delete(own wasm_val_t* v); WASM_API_EXTERN void wasm_val_copy(own wasm_val_t* out, const wasm_val_t*); ``` Is it...
I successfully ran the example program using the command: `bazel run //:basic-gazelle --host_platform="@io_bazel_rules_go//go/toolchain:linux_riscv64" --platforms="@io_bazel_rules_go//go/toolchain:linux_riscv64".`
I tried version: starting with 1.20.1, 1.21.0, and they all failed during the process. Finally, I tried 1.19.12, 1.20.1.1, and the build was successful.
I found the cause of the server crash: Bazel was using all the memory in the system without limits, which eventually led to resource exhaustion and the server crashing. How...
I'm sorry for the late reply. I didn't specify any JDK for Bazel. A particular point is that my server runs on a RISC-V architecture CPU, and my colleague built...
After adding the` --announce_rc` parameter, the output of executing bazel build is as follows: ``` [zjq@openeuler-riscv-4-4 proxy]$ make build Starting local Bazel server and connecting to it... export PATH=/usr/lib/llvm-10/bin:/home/zjq/riscv_istio_test/go_golang/go/bin:/home/zjq/riscv_istio_test/go_golang/golang/bin:/home/zjq/.cargo/bin:/home/zjq/.wasmtime/bin:/home/zjq/local/bazel/bin:/home/zjq/.local/bin:/home/zjq/bin:/home/zjq/.cabal/bin:/home/zjq/build_factory/GHC/cabal/cabal2/cabal/_build/bin:/usr/local/bin:/usr/bin CC=gcc...