Sam Clegg

Results 1056 comments of Sam Clegg
trafficstars

You can find me on the webassembly discord: https://discord.com/invite/nEFErF8

Does this change really depend on instancing ( #1814)? I wonder if it can land first?

> > Does this change really depend on instancing ( #1814)? I wonder if it can land first? > > It's possible, but it would be a bit of work...

But code should not be relying on the contents of the stack being zero on startup should it? As far as I know there is no guarantee in the C...

But the code above runs inside the module, once it starts doesn't it? So it doesn't help with module size. (`for (size_t i = 0; _start + i < _end;...

@binji .. do you think there is any way we can avoid having to pass features to the wat writer here?

> @binji .. do you think there is any way we can avoid having to pass features to the wat writer here? I guess the alternative would be instead to...

@binji any objections to this approach?

For sure we should implement this. Out of interest what is your use case for the `-r` flag.. I added while I was developing the wasm object format but I'm...

I see. So your compiler outputs `.wat`, then you use `wat2wasm -r` to make your object files, then you link your object files with `lld`. Sounds like you are the...