Derek Schuff
                                            Derek Schuff
                                        
                                    Yeah I think the particular clang APIs that we use to add those give you both the `__wasm` and `__wasm__` forms automatically anyway. But yeah I'd be happy defining `__asmjs__`...
Pretty soon we're going to run hard into the brick wall that is (the lack of) feature detection in wasm, and hopefully we can design some kind of mechanism or...
(oh but in general; yes, I don't think that the current way we do multiple binaryen methods will scale, and in any case it will break when we switch to...
I think we should think of it in terms of what you'd want to write an assembly file. Basically you never want to have to write a integer literal/numeral. In...
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 (and even...
> In addition, should these features be part of the official format or just extensions? Maybe we should bring this up in one of the CG meetings (and bring popcorn)....
Really the only thing wrong with it is that it's not much like the official text format. The assembler format needs to have some extra features as discussed here, but...
So is the idea for (2) that for defined symbols the linker would just rewrite the immediate field of the `i32.const` and for undefined symbols it would rewrite the whole...
Since these are custom sections, I think it makes sense to do whatever is easier/faster for the linker. So if I understand you correctly, the linker traverses the functions, and...
Yeah, whatever we come up with has to work for debug info too. Is the idea still to have one reloc section for each of code and data, and one...