mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
1772: Remove lifetime parameter from `NativeFunc` r=MarkMcCaskey a=MarkMcCaskey Ran into this as an annoyance on #1739 ; will need to account for this when we fix the memory leak in `InstanceHandle`. Note: the lifetime wasn't doing anything useful for us, this change doesn't make anything new possible (other than not having to deal with the lifetime parameter) # Review - [x] Add a short description of the the change to the CHANGELOG.md file Co-authored-by: Mark McCaskey <mark@wasmer.io>