event:stop(handle) => stops the recurring interval or loop with that ID, removing it from the loop.
If you pass a handle that does not exist or was already canceled, no error occurs.
Register all event:* bridges and install the background poller.
This is used by host builds (via the dynamic entrypoint) and
by WASM builds where the wrapper calls this directly.