Soni L.

Results 244 issues of Soni L.

Instead of binding sockets, sockets should be exported, and the host should bind them. Sockets should be address-neutral, it's the application's responsibility to accept the addresses provided by the host....

we'd like to see emscripten experiment with using multiple tables for CFI. we can imagine a couple of ways to use them, both based on the same core idea: 1....

Currently emscripten does not document how to import from non-`env` modules. It would be very helpful if it did.

[RFC 3229 - Delta encoding in HTTP](https://www.rfc-editor.org/rfc/rfc3229) is a standard for just this use-case. Why not use the existing standard instead of making a new one?

question

we just pulled the fuzzers into the tree ( https://github.com/WebAssembly/wabt/pull/2573 ) now waiting for oss-fuzz to switch over.

This runs store collections (currently) every instruction.

this is a major breaking change and we don't expect CIFuzz to survive, but coupling the assumptions of the binary reader delegate with the accepted binary reader options makes some...

Currently, we have the following binary reader options: ``` Features features; Stream* log_stream = nullptr; bool read_debug_names = false; bool stop_on_first_error = true; bool fail_on_custom_section_error = true; bool skip_function_bodies =...

wabt currently applies no limits anywhere ever. we would like to introduce a limits.json file that can be passed in the CLI. (we think a json would be a better...