1. 14
  1.  

    1. 10

      Using emscripten wasm outside of emscripten doesn’t really work, the generated wasm needs the emscripten runtime. I suggest you build libjxl using vanilla clang. This is a good first reference: https://surma.dev/things/c-to-webassembly/

    2. 3

      OK so this post is saying that wasm engines have bad bytecode validation error messages?