You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: