SwadicalRag / wasm2lua

wasm2lua: converting WASM into Lua
MIT License
190 stars 10 forks source link

Garbage collecting objects in lua-webidl #13

Closed SwadicalRag closed 5 years ago

SwadicalRag commented 5 years ago

Right now, there's no delete method exposed to lua. The plan is to expose a delete method and hook it up to __gc or something. This needs more thought. What if the object is also owned by wasm code?