Oscar Spencer
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
This functionality was introduced in #1928
This code: ``` provide let test = () => { return false return false } ``` gives the hilarious warning `this statement never returns (or has an unsound type).`. Clearly...
It'd be great if we warned when code appeared in a function after a `return` statement.
Closes #1581 Closes #1574 Draft because this needs tests + a wasi js upgrade.
This may be because the whitespace is being counted.
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...
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...
https://github.com/grain-lang/grain/pull/534#discussion_r589020708