Ben Smith

Results 372 comments of Ben Smith

> How about.. making the producers section really small (1 LEB per producer) so there is no incentive to strip it for size? :) This still has the section overhead...

Thanks for kicking this off, JF! > How would be offer a stable ABI, and let users choose which JS glue to use? For filesystems I think we would follow...

Agreed w/ 2 -- I think some folks who come from C++ are surprised to find out about the weird old C behavior. I'd be surprised if there is a...

> In general, I think we want the .s format be as close as possible to the .wat format, while still fitting the LLVM mold. Yep, this sounds right to...

@sbc100 brought up that clang actually generates the known memory address for the object file: ``` (global @intsym i32 (i32.const 10)) ;; Address matches location below. (data (i32.const 10) "\01\02\03\04")...

Well, my goal with this is to at least be able to represent relocations in the text format. Whether they are convenient is a separate issue (one which we've basically...

> I should say my other goal is that the compiler could use the text format instead of the binary format, and have the result be equivalent and correct Ah,...

Yeah, I think it would be nice to get to a point where we can do all the things that you'd expect from a "real" assembler. (surprised you didn't mention...

I don't see how (1) solves the problem though -- is it just an issue with `tzname`? I imagine this functionality is used by other libraries built with emscripten as...

This seems to be unrelated to WebAssembly; it sounds as though `git clone` isn't working at all for you.