Commit History

Author SHA1 Message Date
  mattias 781da5e60d pas2js: nil typeinfo Module, Attr and params 4 years ago
  florian 3e760b33c7 + more unary minus optimizations 4 years ago
  Nikolay Nikolov a58368d20d + avoid duplicate functypes in the types section of the wasm module we produce 4 years ago
  Nikolay Nikolov 3e2a9b6ceb + handle the call instruction in the wasm binary writer 4 years ago
  Nikolay Nikolov ab0d7697c3 + added the TWasmLinkingSubsectionType enum 4 years ago
  Nikolay Nikolov b97570c8b3 + added the TWasmRelocationType enum 4 years ago
  Nikolay Nikolov bb0155141a * fixed warning 4 years ago
  Nikolay Nikolov 92592be8e4 + print more symbol properties to the console 4 years ago
  Nikolay Nikolov 628fcb9b1c + create the Type wasm section 4 years ago
  Nikolay Nikolov 3c3120845a * fixed crash when writing a binary wasm module with a .bss section 4 years ago
  Nikolay Nikolov fced051f5f + implemented binary encoding of a_i32_load and a_i32_store without symbol 4 years ago
  Nikolay Nikolov b975317c51 + implemented the encoding of the block instruction without operands 4 years ago
  Nikolay Nikolov 079e5ae151 + encode the end_function dummy instruction 4 years ago
  Nikolay Nikolov b7c638a717 + implemented binary encoding of the global.get and global.set instructions 4 years ago
  Nikolay Nikolov 4a886e2019 * simplified operand access via the 'with' operator 4 years ago
  Nikolay Nikolov 4dd44427c0 + implemented instruction encoding for local.get, local.set and local.tee 4 years ago
  Nikolay Nikolov 2954588e4d + implemented binary output for the i32.const and i64.const with top_const parameter 4 years ago
  Nikolay Nikolov 5b3efc4b38 + implemented encoding of the most simple wasm instructions 4 years ago
  Nikolay Nikolov 455f603c8c + debug print the obj symbols to the console 4 years ago
  florian 8cb92fd49a * simplify real expressions involving unary minus 4 years ago
  Nikolay Nikolov 12796d176d + added the indirect function table to the imports section 4 years ago
  Nikolay Nikolov 905f0b1f78 + add the __stack_pointer global import 4 years ago
  Nikolay Nikolov e8c3f5d6b0 + create the data section and the first entry of the import section 4 years ago
  Nikolay Nikolov 2563cb6daa + start writing the wasm sections. The DataCount section is the first section to be implemented. 4 years ago
  Nikolay Nikolov e45d8578e8 + count the number of segments and assign segment indices to the wasm sections 4 years ago
  Nikolay Nikolov eea8f32772 + introduced TWasmObjSection.IsCode and .IsData 4 years ago
  Nikolay Nikolov 698b5de389 + added TWasmObjSection class 4 years ago
  Nikolay Nikolov 429454c8f4 + write some debug info to the console in the wasm obj writer 4 years ago
  Nikolay Nikolov 967b721e4f + enabled the WASM32_INTERNALASM define when compiling with the lazarus project file 4 years ago
  Nikolay Nikolov c200bf5311 * fixed TWasmObjData.sectionname_gas 4 years ago