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

rerun: support web_viewer feature #373461

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OlivierLDff
Copy link
Contributor

When web_viewer is compiled, the wasm webviewer first needs to be built
If this doesn't exist, the build will fail. More information: rerun-io/rerun#6028
The command is taken from https://github.com/rerun-io/rerun/blob/dd025f1384f9944d785d0fb75ca4ca1cd1792f17/pixi.toml#L198C72-L198C187
Note that cargoBuildFeatures reference what buildFeatures is set to in stdenv.mkDerivation,
so that user can easily create an overlay to set cargoBuildFeatures to what he needs

When web_viewer is compiled, the wasm webviewer first needs to be built
If this doesn't exist, the build will fail. More information: rerun-io/rerun#6028
The command is taken from https://github.com/rerun-io/rerun/blob/dd025f1384f9944d785d0fb75ca4ca1cd1792f17/pixi.toml#L198C72-L198C187
Note that cargoBuildFeatures reference what buildFeatures is set to in stdenv.mkDerivation,
so that user can easily create an overlay to set cargoBuildFeatures to what he needs
@OlivierLDff OlivierLDff force-pushed the rerun-support-web-viewer branch from 6fdc1da to 1e9aeb9 Compare January 13, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant