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

Feature request: Any way to backport WASM SIMD to SSSE3? #1114

Open
idontyboi opened this issue Jan 8, 2025 · 1 comment
Open

Feature request: Any way to backport WASM SIMD to SSSE3? #1114

idontyboi opened this issue Jan 8, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@idontyboi
Copy link

idontyboi commented Jan 8, 2025

Websites are starting to demand SSE4... sigh.
WASM SIMD requires SSE 4.1 and x64 to run on Chromium/Supermium, locking my Pentium E6500 out of this website: https://DoNoHarm.Report
It gets stuck in the loading screen, with F12 saying this:

MONO_WASM: instantiate_wasm_module() failed Error: Assert failed: This browser/engine doesn't support WASM SIMD. Please use a modern version. See also https://aka.ms/dotnet-wasm-features
    at w (dotnet.runtime.8.0.10.l8opasy4qn.js:3:1250)
    at dotnet.runtime.8.0.10.l8opasy4qn.js:3:201096

Anything that Supermium can do about this?
image
Always stuck on this: image

@idontyboi idontyboi added the enhancement New feature or request label Jan 8, 2025
@win32ss
Copy link
Owner

win32ss commented Jan 9, 2025

There actually is a SSSE3-compatible WASM SIMD assembler, which is disabled by default. I'm not sure how it will work in practice though, but I will build it with the assembler enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants