76
I Use This!
Activity Not Available

Commits : Listings

Analyzed almost 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ added check for whether R_WASM_TABLE_INDEX_I32 relocations always point to a function symbol in the wasm internal object reader More... about 1 year ago
* wasm internal exe writer: set mempos for code sections to the offset within the code section. This does not affect the .wasm binary generation, only the linker map file. More... about 1 year ago
* wasm internal linker: start the .text section at mempos 0 More... about 1 year ago
* start the data at offset 1024 instead of 0, just like the LLVM linker More... about 1 year ago
+ allocate stack and set the initial value for the stack pointer in the wasm internal exe writer More... about 1 year ago
* fixed bug in the application of RELOC_GLOBAL_INDEX_LEB fixups in the wasm internal exe writer More... about 1 year ago
+ wasm internal linker: write the exported functions to the export section in the exe writer More... about 1 year ago
+ write export section in the wasm internal linker exe writer, only the memory is exported for now More... about 1 year ago
+ generate the global section in the wasm internal linker exe writer More... about 1 year ago
* more clean variable initialization
FPK
as florian
More... about 1 year ago
+ implemented R_WASM_GLOBAL_INDEX_LEB relocations in the wasm internal linker More... about 1 year ago
+ add descriptive comment regarding the TVmtField* types More... about 1 year ago
+ wasm internal linker: put all wasm global symbols in separate sections, called .wasm_globals.n_XXX. This allows section-based smartlinking to work on global symbols. More... about 1 year ago
* use SizeInt instead of PtrInt for the stack area size (this both matches the declaration in TypInfo as well as enough on 16-bit targets like i8086) More... about 1 year ago
* set the size of AT_WASM_GLOBAL symbols to 1 More... about 1 year ago
+ wasm internal obj reader: add globals to a '.wasm_globals' object section More... about 1 year ago
* define the __stack_pointer symbol in a different way, so it doesn't crash during linking More... about 1 year ago
+ create relocations for R_WASM_GLOBAL_INDEX_LEB entires in the wasm object reader More... about 1 year ago
+ also define non-imported SYMTAB_GLOBAL symbols in the wasm internal object reader More... about 1 year ago
+ wasm internal linker: internally define the '__stack_pointer' global symbol More... about 1 year ago
+ wasm internal object reader: process SYMTAB_GLOBAL import entries More... about 1 year ago
* wasm internal linker: produce an error if an R_WASM_SECTION_OFFSET_I32 or an R_WASM_TAG_INDEX_LEB relocations is encountered - these aren't implemented, and are not required for 'hello, world', so will be done later. More... about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_SLEB and R_WASM_TABLE_INDEX_SLEB relocations in the wasm internal linker More... about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_LEB relocations in the wasm internal linker More... about 1 year ago
MorphOS: fixed process with Pipes More... about 1 year ago
+ create the Table and Elem sections in the wasm exe writer More... about 1 year ago
+ implement R_WASM_TABLE_INDEX_I32 relocations in the wasm internal linker More... about 1 year ago
+ implemented R_WASM_MEMORY_ADDR_I32 relocations in the wasm internal linker More... about 1 year ago
+ write the data section in the wasm internal linker exe writer More... about 1 year ago
+ WASI internal linker: implemented GetCodeSize, GetDataSize and GetBssSize. More... about 1 year ago