Does @parcel/rust require an on client-side build? #9981
Unanswered
ThomasZeman
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am implicitly using @parcel/rust/browser.js (via @parcel/utils via @parcel/runtime-service-worker and probably in a browser environment) which fails to build/run with the following error:
This is a major headscratcher for me because this file is missing in the npm package ( https://www.npmjs.com/package/@parcel/rust?activeTab=code ) has never been part of it so this would have never worked. It seems to get generated in the package by calling wasm:build-release but that requires cargo/rust.
Does anyone know how this works?
Beta Was this translation helpful? Give feedback.
All reactions