MacOS build-runtime wasm compilation errors #129
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
orca dev build-runtime
gives me the following:My system:
I'm not too worried about the Metal warnings, just want to know what's going on with m3_compile.c!
Happy to run any experiments that will help solve this.
Seems related to https://github.com/wasm3/wasm3/pull/393
We should probably update wasm3, but in the meantime, what happens if you change
src/ext/wasm3/source/m3_config_platforms.h
line 124 from#define vectorcall __attribute__((aligned(32)))
to just#define vectorcall
?changing the #define worked like a charm.
I'll try to fix these warnings too, but happy this worked!
Me too - it's great to get my hands on it!
I'm reopening this just to remember to merge the fix and fix the last warnings.
@Khrob could you please test if #135 silences those warnings? Thanks!