Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@surban surban released this 16 Jan 22:19

0.15.0 - 2025-01-16

Added

  • support for WebAssembly targets wasm32-unknown-unknown, wasm32-wasip1 and
    wasm32-wasip1-threads
  • JavaScript runtime environment support for all WebAssembly targets enabled
    by the js feature
  • rch: status querying of value enqueued for sending using the Sending handle
  • rtc: server fails when sending a reply to a request fails
  • rtc: allow configuration of behavior when receiving a request fails using the
    ServerBase::set_on_req_receive_error method