Alon Zakai
Alon Zakai
Size 8 is the smallest possible wasm file, so it's failing even to load that..? What error do you get when you do `wasm-opt w.wasm` on that last wasm file?
Oh, then something went wrong with the reduction. When the reducer ran such a command, it failed for it - perhaps you are in a different directory or otherwise it...
I can't think of any big-endian specific issue. We don't do any low-level bit manipulation of that sort, in general. But perhaps we have undefined behavior somewhere, that's my best...
The fuzzer errors on this: ```wat (module (type $0 (func)) (rec (type $1 (sub (struct (field i64) (field i8) (field f32) (field (mut (ref $6)))))) (type $2 (array (mut i64)))...
(btw @osa1 you can run the fuzzer locally, see docs at the top here: https://github.com/WebAssembly/binaryen/blob/main/scripts/fuzz_opt.py )
Atm it looks like no one is working on this (this issue has no one assigned, and is still marked "good first bug" and "help welcome"). A PR would be...
Thanks @ax3l ! I don't know much about CMake, but the flags seem right. However there are test failures here. Let us know if you need help debugging those.
Running them locally should be easy, see the docs which are here: https://emscripten.org/docs/getting_started/test-suite.html For example, `./tests/runner other.test_cmake_js` will run one of the failures. For more details you can read the...
If the problem in #22188 is unfixable then I agree, we should remove this feature as it is broken. But if it is fixable then I think we'd just be...
@sbc100 sounds reasonable, but I'm not actually sure we know how many users use our HTML generation and optimization. I assume @juj does, but I could be wrong? Might also...