Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile a backend for darwin-aarch64 #144

Open
Vehmloewff opened this issue Sep 15, 2023 · 2 comments
Open

Compile a backend for darwin-aarch64 #144

Vehmloewff opened this issue Sep 15, 2023 · 2 comments

Comments

@Vehmloewff
Copy link

Not super urgent because us M1 Mac people can just run the wasm version, but it would be quite nice to have...

@alexgleason
Copy link

How do you work around this on a team where people are using different computers? Do I need to try-catch the deno-dom import?

@Vehmloewff
Copy link
Author

When possible, I've done dynamic imports inside a condition to check if the platform is M1. I've done other hacks before so that the imports are part of the module graph, but dynamic imports are very well-supported now and I don't think that these hacks are still necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants