Closed mxcl closed 9 months ago
Yeah so I wrote a test to prove deno-shims always assumes intel: https://github.com/teaxyz/lib/actions/runs/5104970279/jobs/9176249682?pr=11
We can probs work around it by delegating to process.arch
instead, still up for a discussion about this. Thanks.
This is probably a remnant of some old code that just has it hardcoded and is missing a TODO, I don't think a PR that adds proper support would be a bad idea, as long as it conforms with the Deno types.
we're having some issues with
dnt
published node modules on aarc64 (mac and linux) and we’re wondering if this maybe is something to do with it?https://github.com/denoland/node_shims/blob/e8c49ce981b782e88e18cd46b60e129040cb1994/packages/shim-deno/src/deno/stable/variables/build.ts#L6
Thanks for your time.