generated from tc39/template-for-proposals
-
Notifications
You must be signed in to change notification settings - Fork 3
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