You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] wasm-ld: Error : --shared-memory is disallowed by libHarfBuzzSharp.hb-common.o because it was not compiled with 'atomics' or 'bulk-memory' features.
#2285
Closed
wieslawsoltes opened this issue
Oct 12, 2022
· 4 comments
Fwiw, I've managed to get an Avalonia based app compiing with WasmEnableThreads set to true using the preview versions of SkiaSharp/HarfBuzzSharp, though I had to change the Avalonia.Web targets files to use a different version of the binaries to do it and haven't managed to get something running stabely yet
ghost
locked as resolved and limited conversation to collaborators
Dec 6, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Trying to build .NET 7 app with browser-wasm RID and true based on:
https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-7-rc-2/#webassembly-multithreading-experimental
Code
Expected Behavior
It builds
Actual Behavior
Linker error
Basic Information
Detailed IDE/OS information (click to expand)
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: