-
I have a C application, compiled with wasi-sdk to wasm.
Any idea, how to fix this? Thanks for any hints. |
Beta Was this translation helpful? Give feedback.
Answered by
loganek
Feb 8, 2023
Replies: 1 comment 4 replies
-
yes, medium code model is not supported on AArch64 (and it's apparently the default one for MacOS and Windows). You can try experimenting with different models by passing |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
schorg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, medium code model is not supported on AArch64 (and it's apparently the default one for MacOS and Windows). You can try experimenting with different models by passing
--size-level=
parameters towamrc