bytecodealliance / wasm-micro-runtime

WebAssembly Micro Runtime (WAMR)
Apache License 2.0
5k stars 629 forks source link

Add xtensa to wamrc build CI #3875

Open AlixANNERAUD opened 1 month ago

AlixANNERAUD commented 1 month ago

Feature

Benefit

Implementation

Use build_llvm_xtensa.sh instead of the regular build_llvm.sh in the CI.

Alternatives

None provided.

lum1n0us commented 1 month ago

Not sure but is this https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/.github/workflows/spec_test_on_nuttx.yml what you are looking for?

AlixANNERAUD commented 1 month ago

Ok then, is it possible to upload the build binaries of wamrc (Xtensa version) to the WAMR release? Since published version of wamrc is missing support for xtensa architecture.

lum1n0us commented 1 month ago

If we're talking about putting in a new backend for Xtensa in wamrc, we can certainly do it.