-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm web-sys support #1
Comments
Blocked on rustwasm/wasm-bindgen#3159 |
WASM support also sounds useful to me, so feel free to shoot a PR when that gets unblocked! (sorry for the late response I've been busy with college) |
This is now unblocked: Note that it is chrome-only, and behind the Anways, I don't have time to work on this right now, but I'm leaving this here for someone else, or for future me :) |
I'm slightly hesitant to include this API in memory-stats right now, since it is both unstable and vendor-specific; that being said at least #8 should unblock building on WASM right now |
Hi, and thanks for this useful library!
What would make it even more useful to me is if worked on the web (
wasm32-unknown-unknown
), probably usingwindow.performance.memory.usedJSHeapSize
.The text was updated successfully, but these errors were encountered: