Variable Handle.borrowed

Whether this handle was borrowed from the Wasmer runtime. Borrowed handles are not automatically freed in D-land.

class Handle
{
  // ...
  bool borrowed ;
  // ...
}