Closed kevi-sun closed 1 year ago
I'm not familiar with ASM, I'm not sure what's going on.
@messense thanks for your checking
Probably related to https://github.com/ziglang/zig/issues/10411
thanks @messense , I tested with zig 2023-06-01 dev version, and don;t find this compiler error, it might related with: https://github.com/ziglang/zig/issues/14467 I'll close this ticket.
Environment:
When I try to compiler
wasmtime
in Linux for targetx86_64-unknown-linux-gnu
, I found it fails to compiler cratepsm
, I clonedpsm
repo and compiler that, the same error happen.I tried "cargo zigbuild" without target, then it works, so maybe related with target or some configuration, if someone know how to solve this would be highly appreciated.