Please publish release artefacts with GC and EH support #3829
Open
Description
Feature
To get GC and EH support, right now, we need to build WAMR from sources, which complicates
- trying WAMR with Kotlin/Wasm projects for users
- using WAMR in our examples
- using WAMR in our compiler tests
Ideally, we need builds for [Linux | macOS | Windows] * [x86 | Arm] (64-bit versions probably would be enough), though I'm not quite sure about Linux Arm, macOS x86.
Benefit
Having such binaries in releases may remove/reduce barriers to trying WAMR on wasm binaries requiring GC and EH support.
Also, in this case, it would be simpler for us to use WAMR in our compiler tests and examples
Alternatives
Someone else could do it, but official binaries are likely more trustworthy.
Also, it's simpler to keep such builds up to date inside the WAMR project.