Sam Clegg

Results 367 comments of Sam Clegg

See https://github.com/emscripten-core/emscripten/issues/10939

If eliminating the JavaScript glue code that you currently need to write to web APIs is you goal then most of the interesting work in that area is currently happening...

I think the idea (as with WebAssembly proposals) is that one can open issues and PR in the forked repository, keeping the discussion local to the proposal. We tend to...

> Not all forks have issues enabled. I'm interested the most in https://github.com/badeend/WASI-Networking, but I saw a couple of other ones, do not have issues enabled as well. That sounds...

`wasm-ld` has no support for GC today. The work of adding such support would mostly be the introduction of new symbols types and new relocation types I believe... but my...

I guess we would want to add support in the MC layer for writing wasm GC programs in assembly (if only so we can write wasm-ld tests), which I imagine...

I think its ok to keep check.py at the top level for now.. but I also don't feel strongly. @tlively what do you think? Ok to land this as is...

Updated the README to point to the two different auto-update scripts.

OK to land this now, with the documentations changes?

This is indeed pretty exciting. I kind of agree with ben that package manager metadata tends not to live in upstream repos, but I can also see an argument for...