bytecodealliance/jco

Strict borrow drop checks

Closed this issue · 1 comments

Wasmtime's resources implementation strictly verifies that components drop borrows before a call completes.

We should implement the same thing in jco to ensure that components are conformant.

Fixed in #262.