Historial de Commits

Autor SHA1 Mensaje Fecha
  Nikolay Nikolov 92592be8e4 + print more symbol properties to the console hace 4 años
  Nikolay Nikolov 628fcb9b1c + create the Type wasm section hace 4 años
  Nikolay Nikolov 3c3120845a * fixed crash when writing a binary wasm module with a .bss section hace 4 años
  Nikolay Nikolov fced051f5f + implemented binary encoding of a_i32_load and a_i32_store without symbol hace 4 años
  Nikolay Nikolov b975317c51 + implemented the encoding of the block instruction without operands hace 4 años
  Nikolay Nikolov 079e5ae151 + encode the end_function dummy instruction hace 4 años
  Nikolay Nikolov b7c638a717 + implemented binary encoding of the global.get and global.set instructions hace 4 años
  Nikolay Nikolov 4a886e2019 * simplified operand access via the 'with' operator hace 4 años
  Nikolay Nikolov 4dd44427c0 + implemented instruction encoding for local.get, local.set and local.tee hace 4 años
  Nikolay Nikolov 2954588e4d + implemented binary output for the i32.const and i64.const with top_const parameter hace 4 años
  Nikolay Nikolov 5b3efc4b38 + implemented encoding of the most simple wasm instructions hace 4 años
  Nikolay Nikolov 455f603c8c + debug print the obj symbols to the console hace 4 años
  florian 8cb92fd49a * simplify real expressions involving unary minus hace 4 años
  Nikolay Nikolov 12796d176d + added the indirect function table to the imports section hace 4 años
  Nikolay Nikolov 905f0b1f78 + add the __stack_pointer global import hace 4 años
  Nikolay Nikolov e8c3f5d6b0 + create the data section and the first entry of the import section hace 4 años
  Nikolay Nikolov 2563cb6daa + start writing the wasm sections. The DataCount section is the first section to be implemented. hace 4 años
  Nikolay Nikolov e45d8578e8 + count the number of segments and assign segment indices to the wasm sections hace 4 años
  Nikolay Nikolov eea8f32772 + introduced TWasmObjSection.IsCode and .IsData hace 4 años
  Nikolay Nikolov 698b5de389 + added TWasmObjSection class hace 4 años
  Nikolay Nikolov 429454c8f4 + write some debug info to the console in the wasm obj writer hace 4 años
  Nikolay Nikolov 967b721e4f + enabled the WASM32_INTERNALASM define when compiling with the lazarus project file hace 4 años
  Nikolay Nikolov c200bf5311 * fixed TWasmObjData.sectionname_gas hace 4 años
  Nikolay Nikolov fd4d6b8fc3 + write the wasm binary module header and version hace 4 años
  Nikolay Nikolov ffc5131087 + implemented TWasmObjData.sectionname hace 4 años
  Nikolay Nikolov 59ea39ce75 + started the wasmbase unit (similar to elfbase and omfbase) hace 4 años
  florian fc41306c45 * fix alignment issues with -<single/double> when using SSE hace 4 años
  mattias a13694988d pastojs: fixed assign external const to int hace 4 años
  mattias a46261bc15 pastojs: fixed tests hace 4 años
  mattias 6c1c4a66e8 pastojs: fixed invalidate directory cache hace 4 años