Simplify Wasm C API implementation #1860
Labels
🎉 enhancement
New feature!
📦 lib-c-api
About wasmer-c-api
🕵️ needs investigation
The issue/PR needs further investigation
priority-medium
Medium priority issue
Milestone
As the Wasmer Rust API’s ownership becomes more like the C API, we can start simplifying some of the code in our C API implementation. For example currently we pass around lots of
Arc<Instance>
in order to keep things like functions working after the instance has been dropped at the C API level. With the recent changes, that kind of explicit thing at the C API level shouldn’t be necessary anymoreThe text was updated successfully, but these errors were encountered: