Skip to content

WasmEdge Rust SDK 0.11.2

Compare
Choose a tag to compare
@apepkuss apepkuss released this 07 Aug 08:03
· 126 commits to main since this release
094eb2d

[0.11.2] - 2023-08-07

⛰️ Features

  • New API WasiContext::generate. This API provides more flexible argument types than the existing WasiContext::new (#49)

🚜 Refactor

  • Improve host_function and async_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

  • Update README.md (#50)
  • Update Rust SDK API Document (#50)

Ci

  • Disable the publish of the async API document (#50)

Contributors

Thank you @jprendes for the improvements in the build script.

@jprendes @apepkuss