Is your feature request related to a problem? Please describe.
Enable GitHub Actions to automatically build the release binaries upon new tag in the main branch.
Releases should include:
Describe the solution you'd like
The Rust wasm_runtime.so library, can be built in both Linux and Windows (and macOS) just by using cargo.
The C mod_wasm.so library build can be tricky to automate in Windows.
Some preliminary works here: gzurl#1
Additional references:
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
Enable GitHub Actions to automatically build the release binaries upon new tag in the main branch.
Releases should include:
Describe the solution you'd like
The Rust
wasm_runtime.solibrary, can be built in both Linux and Windows (and macOS) just by usingcargo.The C
mod_wasm.solibrary build can be tricky to automate in Windows.Some preliminary works here: gzurl#1
Additional references:
Describe alternatives you've considered
No response
Additional context
No response