Oscar Spencer

Results 135 issues of Oscar Spencer

Full diff here: https://github.com/WebAssembly/binaryen/compare/version_118...version_119

Full diff here: https://github.com/WebAssembly/binaryen/compare/version_117...version_118

Full diff here: https://github.com/WebAssembly/binaryen/compare/version_116...version_117

Full diff here: https://github.com/WebAssembly/binaryen/compare/version_115...version_116

I noticed that we weren't properly resetting the `disable_stamps` state in a handful of tests, causing a good chunk of the test suite to not have stamps in their snapshots....

Prints Graindoc markdown tables in the pretty format, with all rows of equal length. Is slightly faster (up to 10-15% across the stdlib) than before because it does less concatenation...

Got this cryptic error during the last release: > .github/workflows/release.yml (Line: 36, Col: 12): could not get operand for index access: Error from function 'fromJSON': empty input It refers to...

investigation
admin

Related to #2221, we should verify that all of the cases are covered with no catch-alls to ensure we always emit a warning when a match is non-exhaustive.

types
compiler

Subscriptions got merged into the spec. Need to implement poll_oneoff and friends. See also https://github.com/grain-lang/grain/issues/1574

WASI
blocked