♻️ Refactor how rAF/cAF is handled (#6241)

This commit is contained in:
Aitor Moreno 2025-04-15 15:45:28 +02:00 committed by GitHub
parent 99e64ad387
commit 304c44048f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 45 additions and 28 deletions

View file

@ -12,6 +12,7 @@ mod state;
mod utils;
mod uuid;
mod view;
mod wapi;
mod wasm;
use crate::mem::SerializableResult;