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).
It might be possible there is a host API like this:
Is this a case we want the host to be able to reject the detached behavior? (This also affects other APIs like
transferactually).