wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

Upgrade toolkits

Open lum1n0us opened this issue 1 year ago • 1 comments

Plan to upgrade

WAMR is using wasi-sdk to translate C/C++ to Wasm. WAMR is using wabt to translate Wabt to Wasm. WAMR is using llvm tools for daily development. like clang-format, lldb, and so on. Will keep using llvm-12 until Github updating its host runners

TODOs:

Make sure all references below are well supported

  • ci/
  • doc/
  • .github/workflows/
  • samples/
  • tests/

Questions:

  • shall we keep patching and building wasi-sdk? Current patch is for wasi-sdk-13.

lum1n0us avatar Jul 29 '22 02:07 lum1n0us

Plus, finish https://github.com/bytecodealliance/wasm-micro-runtime/pull/1342 to upgrade core/deps/llvm to llvm14. All development should be based on dev/upgrade_llvm_wasi_sdk_emsdk until all is stable.

lum1n0us avatar Jul 29 '22 04:07 lum1n0us