emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.67k stars 3.29k forks source link

CompileError #22168

Closed play452 closed 3 months ago

play452 commented 3 months ago

im getting a compile error when i run my site in nodejs. Theres no error in the console its just in the browser. image

kripken commented 3 months ago

That error probably indicates that the VM does not support SIMD (it is supported in most places, but not all). Building without SIMD should work, or running with SIMD in a newer VM.

play452 commented 3 months ago

yea it did