Releases: bytecodealliance/wamr-rust-sdk
Releases · bytecodealliance/wamr-rust-sdk
Release v1.1.0
What's Changed
- Update wamr-rust-sdk dep version in examples by @lum1n0us in #32
- Export
wamr_sys
. by @AlixANNERAUD in #48 - Build a char[][] instead of CString[] by @lum1n0us in #50
- add more compile options for WAMR by @lum1n0us in #51
- Add features to the WAMR Rust SDK by @lum1n0us in #56
- Add custom platform configuration by @AlixANNERAUD in #65
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- Init repo by @lum1n0us in #1
- add necessary documents by @lum1n0us in #2
- Add a ci to lint and test by @lum1n0us in #3
- shrink package list by @lum1n0us in #4
- fix ci failures by @lum1n0us in #5
- Impl. a custom error type by @lum1n0us in #7
- Add
runtime
into parameters of module and instance by @lum1n0us in #8 - impl WasiCtxBuilder by @lum1n0us in #9
- Fix a compilation error because of c_char by @lum1n0us in #15
- apply dependabot by @lum1n0us in #16
- Enable to assign a name to module by @lum1n0us in #12
- initial CODEOWNERS by @lum1n0us in #25
- Add support for ESP32 by @AlixANNERAUD in #23
- bump wasm-micro-runtime version to 2.0.0 by @lum1n0us in #31
New Contributors
- @lum1n0us made their first contribution in #1
- @AlixANNERAUD made their first contribution in #23
Full Changelog: https://github.com/bytecodealliance/wamr-rust-sdk/commits/1.0.0