Does wasm-micro-runtime provide support for x86_16 bit architecture as target? #3804
Unanswered
ShubhamGupta577
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey
As per the details provided on GitHub there is only support available for x86_32 and x86_64 bit architecture as target, but I have a microprocessor which work on the x86_16 bit architecture, so I have to build my application with a target that architecture.
So is there any way wasm-micro-runtime support that or we can build for x86_16 bit.
Reference Link for supported architecture:- https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/build_wamr.md
Beta Was this translation helpful? Give feedback.
All reactions