A Java call that suspends has yielded to the JavaScript event loop, and the runtime will deliver
the next request into the same isolate while the first is parked. Two requests sharing one wasm
heap corrupt each other, so every entry goes through here.
Serialises entry into one compiled module.
A Java call that suspends has yielded to the JavaScript event loop, and the runtime will deliver the next request into the same isolate while the first is parked. Two requests sharing one wasm heap corrupt each other, so every entry goes through here.