-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm-mt] place multi-threaded wasm build into separate artifacts folders #68506
Comments
Tagging subscribers to this area: @directhex Issue Detailsnull
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBuild artifacts for the Part of #68162
|
@steveisok @akoeplinger The initial wasm-mt PR landed; this is now the next issue for the runtime pack |
@lambdageek Alex is working on moving cmake related items out of mono.proj and into its own file. That'll make it easier to build the runtime twice w/o a bunch of conditions / hacks. |
Note that this needs to be somewhat general: for the |
This is done using |
Build artifacts for the
/p:WasmEnableThreads=true
should go into a separate output folder. In other words it should be possible to build with/p:WasmEnableThreads=false
in the same tree and without the build artifacts interfering with each other.Needed by #68508
Part of #68162
The text was updated successfully, but these errors were encountered: