Historie revizí

Autor SHA1 Zpráva Datum
  Nikolay Nikolov 04a077707c * fix warning před 1 rokem
  Nikolay Nikolov 03fc5d2323 + added a zero/unitialized/unknown value to TWasmBasicType: wbt_Unknown před 1 rokem
  Nikolay Nikolov 52f0ec579e + added TWasmFuncType.ToString implementation před 1 rokem
  Nikolay Nikolov 57aead9a14 + added const sets for the WebAssembly reference, numeric and vector types před 1 rokem
  Nikolay Nikolov 2626b85984 + introduced decode_wasm_basic_type function před 1 rokem
  Nikolay Nikolov 11712658b0 + implemented WebAssembly code generator support for funcref and externref data před 2 roky
  Nikolay Nikolov 3b3a0a660c * the a_ref_null instruction split into two subinstructions - a_ref_null_externref and a_ref_null_funcref před 2 roky
  Nikolay Nikolov 7bd1ac4507 * fixed comment před 3 roky
  Nikolay Nikolov 7475d22154 + declare the three magic global variables (__tls_size, __tls_align, __tls_base), created by the linker, when WebAssembly multithreading is enabled před 3 roky
  Nikolay Nikolov d378240134 + added the WebAssembly saturating truncation instructions to the internal assembler před 3 roky
  Nikolay Nikolov 3a095f5ed5 + support all the new types in encode_wasm_basic_type před 3 roky
  Nikolay Nikolov 907e8402ab + added the WebAssembly reference and vector types to TWasmBasicType před 3 roky
  Nikolay Nikolov 2888710594 + added the WebAssembly table instructions před 3 roky
  Nikolay Nikolov 534383f686 + added the WebAssembly reference instructions ref.null, ref.is_null and ref.func před 3 roky
  Nikolay Nikolov e2eadc51a3 + added the memory.init and data.drop instructions před 3 roky
  Nikolay Nikolov 3cfdf000a2 + support the new WebAssembly threads and atomics instructions in the internal assembler před 3 roky
  Nikolay Nikolov 5198e47e36 + added the atomic memory access WebAssembly instructions from the threading proposal for WebAssembly před 3 roky
  J. Gareth "Curious Kit" Moreton 2dc0995067 - Bug fix to new ADD/SUB optimisation where conditions are concerned před 3 roky
  Nikolay Nikolov 026d23632a + added the memory.copy and memory.fill WebAssembly instructions před 3 roky
  Nikolay Nikolov e0ad427b6c + introduced the FPC_EXCEPTION_TAG_SYM string constant před 3 roky
  Nikolay Nikolov ca70cb05a7 * fixed warning před 3 roky
  Nikolay Nikolov d7b141d70e + implemented the if, loop and else instructions před 3 roky
  Nikolay Nikolov 81b8574bfd + implemented all the load/store instructions in the wasm internal asm před 3 roky
  Nikolay Nikolov 4ca39cf07d + write the import functions in the wasm binary writer před 3 roky
  Nikolay Nikolov a58368d20d + avoid duplicate functypes in the types section of the wasm module we produce před 3 roky
  Nikolay Nikolov 628fcb9b1c + create the Type wasm section před 3 roky
  Nikolay Nikolov 10d8332563 + added the new WebAssembly instructions, added by the exception handling proposal před 3 roky
  nickysn e2e0756eaf * fixed compilation with -Sew před 4 roky
  nickysn 0ceefa4d22 + enabled DWARF debug info writing on the WebAssembly target. Note that it před 4 roky
  nickysn f891c52dd1 - removed tarrayreftype, because it's not used on the wasm target před 4 roky