From the README: > All of the import statements in the module graph that address the same module will evaluate to the same mutable Uint8Array object. Doesn't this introduce an undeniable global communication channel? Is there a way to virtualise or deny this interface? /cc @erights @kriskowal @mhofman