bytecodealliance / ComponentizeJS

JS -> WebAssembly Component
Apache License 2.0
242 stars 32 forks source link

Verify resource borrow drop behaviours #70

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Currently resource borrows should be strictly dropped before call completion.

ComponentizeJS may not yet currently be implementing this correctly as discussed in https://github.com/bytecodealliance/componentize-js/pull/69#discussion_r1380599210.

Creating a dedicated issue to track this further.

guybedford commented 1 year ago

Resolved in https://github.com/bytecodealliance/jco/pull/262.