`arch` and `platform` are empty strings in `node:process`
arch and platform inside node:process, which works great in Node, but they appear to be empty strings in Deno.Is this expected behavior? I know the
Deno.build object also has this info, but I'm trying to keep it compatible with an external npm package.Thank you!
