Unreleased.
-
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
andcomponent::Instance
now have consistientget_export
andget_export_index
methods, which return(ComponentItem, ComponentExportIndex)
andComponentExportIndex
, 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.