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

Why browser.js is not platform specific? #889

Open
vitpankin opened this issue Sep 9, 2024 · 0 comments
Open

Why browser.js is not platform specific? #889

vitpankin opened this issue Sep 9, 2024 · 0 comments

Comments

@vitpankin
Copy link

vitpankin commented Sep 9, 2024

I use @node.rs/crc32 as a dependency in Pixi.js AssetPack. The whole app crashes as in @node-rs/crc32 node package in browser.js there's

export * from '@node-rs/crc32-wasm32-wasi'

But any package manager installs platform specific binary. Even if I try to install @node-rs/crc32-wasm32-wasi by hand it crashes as it's not compatible.

I have Apple Arm64.

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

1 participant