bytecodealliance / componentize-py

Apache License 2.0
136 stars 13 forks source link

add finalizer and dtor calls for local resources #40

Closed dicej closed 10 months ago

dicej commented 10 months ago

Each call to a resource-new function should be paired with a call to the corresponding resource-drop function when the resource instance is no longer reachable.