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

binary releases

Open yamt opened this issue 1 year ago • 2 comments

i think it makes sense for us to provide some binary assets for releases. i guess we can start from wamrc, which takes long to build because of llvm. how do you think?

yamt avatar Sep 14 '22 07:09 yamt

@yamt yes, it should be a good time to provide some binary releases, our suggestion is to provide: iwasm, wamrc, wamr-sdk, lldb and wamr-ide (vscode extension). Each of them has a binary for platform Ubuntu (maybe Ubuntu 20.04 and 22.04), Windows and MacOS. And these binary can be automatically generated by CI when we create a new WAMR release.

wenyongh avatar Sep 15 '22 02:09 wenyongh

This would be great. If you could get a windows release out for 1.0.0, before setting up the whole CI solution, that would help speed adoption up a bit. Later I would add a 32-bit ARM release too, since RaspiOS is still on 32-bit!

tinspin avatar Sep 20 '22 21:09 tinspin

some optimization and feature-development related to this issue

Must-Have

  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1537
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1560
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1561
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1568
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1545
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1524
  • [ ] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1510
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1607

Better-Have

  • [ ] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1567
  • [x] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1571
  • [ ] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1572
  • [ ] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1611

lum1n0us avatar Sep 30 '22 08:09 lum1n0us