The format is based on Keep a Changelog.
Looking for changes to the Wasmer CLI and the Rust API? See our Primary Changelog
- #2208 Add a new CHANGELOG.md specific to our C API to make it easier for users primarily consuming our C API to keep up to date with changes that affect them.
- #2208 Fix ownership in Wasm C API of
wasm_extern_as_func
,wasm_extern_as_memory
,wasm_extern_as_table
,wasm_extern_as_global
,wasm_func_as_extern
,wasm_memory_as_extern
,wasm_table_as_extern
, andwasm_global_as_extern
. These functions no longer allocate memory and thus their results should not be freed. This is a breaking change to align more closely with the Wasm C API's stated ownership.
See the Primary Changelog.