Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 4.54 KB

RELEASES.md

File metadata and controls

69 lines (60 loc) · 4.54 KB

33.0.0

Unreleased.

Added

Changed

  • Wasmtime's bindgen now type-checks export functions in the constructor of the generated {Worldname}Pre or {Worldname} structs, rather than at the call of the export function. #10610

  • Wasmtime's component::Component and component::Instance now have consistient get_export and get_export_index methods, which return (ComponentItem, ComponentExportIndex) and ComponentExportIndex, respectively. #10597

  • On failure, wasmtime serve gives an internal server error response, rather than closing the connection. #10645


Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.