One of the nice parts about the plan9 model is that devices provide a natural boundary for async loading. Flocker devices are all dylibs (or wasm modules on web), so you don't have to incur a massive up front download or huge binary size up front. Since Flocker is modular, all
Replying to @jezell
/dev/media is a plan9 device that exposes the host's media decoding capabilities to the WASM guests (in this case a Flutter app, which can talk to the plan9 device using dart:io). The media device has special fast paths for exposing WebGPU textures to keep the overhead low and

