Oscar Spencer

Results 135 issues of Oscar Spencer

In #1330 we removed per-module Binaryen optimizations since the API doesn't yet support querying data segments by name. Once this is implemented, we should re-enable it. Tracking https://github.com/WebAssembly/binaryen/issues/5984

compiler

This functionality was introduced in #1928

grainfmt

This code: ``` provide let test = () => { return false return false } ``` gives the hilarious warning `this statement never returns (or has an unsound type).`. Clearly...

types
compiler

It'd be great if we warned when code appeared in a function after a `return` statement.

compiler
lsp

Closes #1581 Closes #1574 Draft because this needs tests + a wasi js upgrade.

This may be because the whitespace is being counted.

bug
compiler

See #1833 We had a test that checked the default amount of type metadata, but as changes are made to the runtime and Pervasives, this number changes, which means the...

tests

Due to a bug in uvwasi, wasm runtimes that use it for their wasi implementations return a null-terminated string from `fd_prestat_get`, including the null terminator in the length. We have...

WASI

https://github.com/grain-lang/grain/pull/534#discussion_r589020708

tests