bytecodealliance / componentize-py

Apache License 2.0
147 stars 16 forks source link

switch types generated for resources to be context managers #56

Closed karthik2804 closed 8 months ago

karthik2804 commented 8 months ago

fixes #54

Types generated for representing resources now are context managers so that it is more idiomatic and users can avoid having to manually call drop().