-
Notifications
You must be signed in to change notification settings - Fork 259
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
Possibility to run cargo from trunk with -Z build-std #544
Comments
For some additional context |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@github-actions[bot] Not stale, still an issue |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
I have app with threading, and to use it in wasm I need
target-feature=+simd128,+atomics,+bulk-memory,+mutable-globals
But for this I need to rebuild std, and only for web target. So trunk can make this, if add some
cargoflags
config entry.The text was updated successfully, but these errors were encountered: