Sam Clegg

Results 1043 comments of Sam Clegg
trafficstars

What do other SDKs such as android NDK and iOS SDK do here? I imagine they simply do not ship debug info by default and getting debug info in system...

Maybe we just drop the debug info then? How useful is the debug info to our users? Does anyone out there depend on it or find it useful (outside of...

> I have seen first hand a development team new to Wasm reject WASI wholesale, and almost reject Wasm because of this single change. I am trying to mitigate this...

IIUC libatomic is normally provided by glibc? In that case I think adding it to `map_to_js_libs` in `tools/link.py` would make the most sense (alongside 'dl', 'm', and 'rt')

I think if we fix https://github.com/emscripten-core/emscripten/issues/12682 then I think this would be possible.

I think this would require some binaryen changes, which is not really my wheel house. Perhaps @kripken can give an estimate on the amount of work it might be?

> So to fix this we'd need to handle those GOT imports somehow. [@sbc100[](https://teams.googleplex.com/[email protected])](https://github.com/sbc100) iirc those are references to functions that are not provided by the main module? Those are...

Sadly imported-memory is essential to how threads work today (with instance-per-thread). You could potentially setup an external memory (just like you would need to setup and external symbol table for...

Seems like are lacking a test here?

This proposal is not yet fully supported. If you would like to take a look at adding support that would be great. Sadly wabt doesn't have many folks contributing these...