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

Enable wasm multi-threading #456

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Enable wasm multi-threading #456

merged 2 commits into from
Nov 18, 2023

Conversation

dansiegel
Copy link
Contributor

GitHub Issue (If applicable): closes #

PR Type

What kind of change does this PR introduce?

  • Feature

What is the current behavior?

To use WASM Multi-Threading you must first know about it, have read the docs, and then modified your project with the additional properties that need to be set.

What is the new behavior?

When creating a new project you can now optionally specify -wasm-multi-threading from the CLI to enable WASM Multi-Threading. This includes a comment in the csproj to the docs as this is still a new feature and Multi-Threading is still not fully supported by the dotnet team. Also for that reason it is disabled by default and must be opted into. We will look to change this behavior when the feature is considered stable by Microsoft.

@dansiegel dansiegel enabled auto-merge November 17, 2023 12:53
@dansiegel dansiegel merged commit f557408 into main Nov 18, 2023
40 checks passed
@dansiegel dansiegel deleted the dev/ds/wasm-multi-threading branch November 18, 2023 20:02
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

Successfully merging this pull request may close these issues.

Add WASM Multi-Threading to WASM head
2 participants