pub fn fill(target: &Object<'_>) -> Result<()>Expand description
Every os export on one object.
Local delta: upstream fills the module’s default export inline. The
embedding runtime serves the same surface twice — as an ES module and
as a synchronous require('os') namespace — and both must read from one
place, so the body moved into a function.