Sam Clegg
Sam Clegg
The `-r` flag was never very well used to tested. Do you have a good use case for it? If not I'm tempted to instead just remove it since there...
I see. I guess that alternatives would be: (a) Use more than one wasm module and have the runtime link time (i.e. start.wasm / assertions.wasm / .wasm) (b) Somehow inject...
Somewhere `-march=` is being added to the command line where it probably should not. Can you add `VERBOSE=1` to your make command so we can see the full failing command?
It could be that 3.1.40 was less strict about allowing the offending `-march` flag, but the correct fix here is to stop passing that argument. Its a sign that the...
Can you share the file here perhaps? Or maybe at lest the full command line? If you can't share the file then perhaps the output of the `wat2wasm` command with...
What does `wat2wasm --version` say? What does `where wat2wasm` say? Can you attach the wat file?
How big the `.wat` file? Does it actually contains wasm module? i.e. does it start with `(module`?
Can you attach the module to this ticket?
> If possible, if you have a simple benchmark that you are using measure compile time for a wasm module with lots of segment data, that would be great to...
Suspending work on this until https://github.com/WebAssembly/binaryen/pull/6813 lands