WasmEdge Rust SDK 0.11.2
[0.11.2] - 2023-08-07
⛰️ Features
- New API
WasiContext::generate
. This API provides more flexible argument types than the existingWasiContext::new
(#49)
🚜 Refactor
- Improve
host_function
andasync_host_function
proc-macros (#49) - Improve build script (#48)
- Options to specify the type of linking required for the different dependencies using environment variables.
- Adds an option to use an external
rust-bindgen
using environment variables. - Adds support for
musl libc
📚 Documentation
Ci
- Disable the publish of the async API document (#50)
Contributors
Thank you @jprendes for the improvements in the build script.