Ömer Sinan Ağacan
Ömer Sinan Ağacan
(Please feel free to update the title with a more descriptive one.) Repro from @mraleph: ``` class A {} class B extends A {} Type typeOf(T v) => T; void...
Fixes #6989. With this we're able to use `-O4` to optimize dart2wasm programs. I tried this on a few benchmarks, largest one being a 37M .wasm, and it worked fine....
Declarative segments can be referred to in runtime, but they will be empty. Update handling to create an empty segment, instead of ignoring. Enable `elem.wast` in the spec test suite.
In the screenshot above, pressing enter doesn't show all results, it takes me to the selected entry. The message should be updated (maybe disappear) when an entry is selected.
I'm trying to run wasm-shrink on a 17M .wasm file. Issues: - The interestingness script path works if I pass `./script.sh` or absolute path to the script, but `script.sh` fails...