Historique des commits

Auteur SHA1 Message Date
  Nikolay Nikolov a71995a521 * wasi internal linker: fixed crashes introduced by previous commit in il y a 1 an
  Nikolay Nikolov 6f8655ecc9 * split the sections strings into groups and add comments about the importance il y a 1 an
  Nikolay Nikolov 924d4b9b53 + wasm internal linker: count the 'fpc.reshandles' section towards the bss size il y a 1 an
  Nikolay Nikolov 2828752587 + wasm internal linker: count the 'fpc.resources' section towards the binary il y a 1 an
  Nikolay Nikolov 07da0058e3 + wasm internal linker optimization: write only the non-empty data sections to il y a 1 an
  Nikolay Nikolov c4f046f1b8 + wasi internal linker: also write the fpc.resources section to the file il y a 1 an
  Nikolay Nikolov e17b6291f5 + WASI internal linker: add the 'fpc.resources' and 'fpc.reshandles' sections as well il y a 1 an
  florian 97a5ec0ff4 + test for Math.RandG based on demo provided by Rika for mr 692 il y a 1 an
  Nikolay Nikolov 824658874d * in the WASI system unit initialization, call InitSystemThreads even if il y a 1 an
  Michaël Van Canneyt 0d71273adc * Fix from Werner Pamler to fix locate. Fixes issue #40748 il y a 1 an
  Michaël Van Canneyt 67a614e48d * Small output improvement il y a 1 an
  Michaël Van Canneyt 9cc08d9124 * Define JSJSON to as to use static methods il y a 1 an
  Michaël Van Canneyt f8559610e0 * Restool example il y a 1 an
  Nikolay Nikolov 0e0c98f564 + wasm resource writer: implemented AddEmptySections il y a 1 an
  Nikolay Nikolov 729840ca6f + wasm resource writer: implemented WriteRawData il y a 1 an
  Nikolay Nikolov 2e553ab0e8 + wasm resource writer: implemented TWasmResourceWriter.WriteResStringTable il y a 1 an
  Nikolay Nikolov f17e847e5b + wasm resource writer: implemented TWasmResourceWriter.WriteNodeInfos il y a 1 an
  Nikolay Nikolov f2717b8dc0 + wasm resource writer: add the file data segment offset when writing relocations il y a 1 an
  Nikolay Nikolov 1073729336 + wasm resource writer: actually write the data relocation table il y a 1 an
  Nikolay Nikolov 8b356c7f60 + wasm resource writer: create a list of relocation entries (not written to il y a 1 an
  Nikolay Nikolov 63f6df2fbc + wasm resource writer: added FPC_RESSYMBOL to the symbol table il y a 1 an
  Nikolay Nikolov 49c1416409 + wasm resource writer: create a symbol table (empty for now) il y a 1 an
  Nikolay Nikolov c771d772c4 + wasm resource writer: create the WASM_SEGMENT_INFO subsection of the linking custom section il y a 1 an
  Nikolay Nikolov 866f3ffa2a + wasm resource writer: write the linking custom section il y a 1 an
  Nikolay Nikolov b28d49ced7 + wasm resource writer: start writing the data segments, also the import section il y a 1 an
  Nikolay Nikolov 868d5f29c9 + implement TWasmResourceWriter.PrescanResourceTree, based on the ELF il y a 1 an
  Nikolay Nikolov 73462ff8fe + WASM resource writer: write the Data and DataCount sections (with 0 data segments for now) il y a 1 an
  Nikolay Nikolov 55e55cf247 + added units wasmconsts and wasmtypes il y a 1 an
  Nikolay Nikolov c491856533 * changed the resource object extension for the WASI platform to .or (similar to Linux) il y a 1 an
  Nikolay Nikolov 025282ccb9 + write the WebAssembly header in the WASM resource writer il y a 1 an