Closed
Description
It might be possible there is a host API like this:
const process = new Process('./native.so')
process.memory instanceof ArrayBuffer
process.memory.transferToImmutable() // or .detach()
Is this a case we want the host to be able to reject the detached behavior? (This also affects other APIs like transfer
actually).
Metadata
Metadata
Assignees
Labels
No labels