Hacker News new | ask | show | jobs
by wazzaps 1060 days ago
wgpu implements just the webgpu part, it's not a full browser with html/css/js/etc. All of the code is native, and the abstraction is pretty thin.
1 comments

This. Everything is written in native Rust and wgpu has all of the FFI stuff built into it so we don't really have to worry.