| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
this is technically not necessary, and loses value the bigger the output
binary is, however it means a smaller output file, so let's do it.
|
|
|
|
exports are hidden unless protected or rdynamic or explicitly asked for,
matching master branch
|
|
and detect passive inits from Zcu
don't forget to intern function type for __wasm_init_memory
make that function the start function if it is present
don't skip emitting passive data segment data to the binary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yet because they aren't hooked up to the new linker API
|
|
|
|
|
|
|
|
if any fixups are emitted in lowering data, keep the string bytes
allocated even if all zeroes because it is used as a fixup staging area.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
codegen can be called which contains calls to navs which have only their
type resolved. this means the indirect function table needs to track nav
indexes not ip indexes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not all relocation types are implemented yet
|
|
|
|
|
|
|
|
|
|
|