提交历史

作者 SHA1 备注 提交日期
  nickysn 397b1c6974 [PATCH 65/83] minimize wasm call node to the bare minimum (stripping jvm specific code) 5 年之前
  nickysn 0df53929cc [PATCH 64/83] update push_addr_param 5 年之前
  nickysn 0b08e0a4c0 [PATCH 63/83] adding support for stack variables and wasm-C-abi 5 年之前
  nickysn d68eecda92 [PATCH 62/83] update code generation for record types 5 年之前
  nickysn 9599422330 [PATCH 61/83] adding wasmtool call 5 年之前
  nickysn d633176293 [PATCH 60/83] adding static linking 5 年之前
  nickysn b13963f9a7 [PATCH 59/83] allowing assembly of units 5 年之前
  nickysn 51c931e292 [PATCH 58/83] fix constant value of internal value 5 年之前
  nickysn 6311cf434d [PATCH 57/83] adding import entries for (pascal unit) linked symbols 5 年之前
  nickysn 08d1f1ae5c [PATCH 56/83] adding writing out stub functions for "externals" (or todo - used from other units) 5 年之前
  nickysn a893f06813 [PATCH 55/83] minor fixes and cleanups for the wasm target (#1) 5 年之前
  nickysn 95faa8f096 [PATCH 54/83] adding support for typed constants 5 年之前
  nickysn 92b1926aa3 [PATCH 53/83] change import symbols writing to be based on unit definitions 5 年之前
  nickysn 8a9ff3345d [PATCH 52/83] fix wat2wasm assembler command line for linux. patch by: Michael Van Canneyt 5 年之前
  nickysn 052a35ae45 [PATCH 51/83] adding support for imported functions 5 年之前
  nickysn 690d90b1b4 [PATCH 50/83] remove debugging message 5 年之前
  nickysn bafec93cef [PATCH 49/83] update the different continue-branching depending on the loop condition check placement 5 年之前
  nickysn 8ad77296b2 [PATCH 48/83] updating getting of an address for symbols 5 年之前
  nickysn 550bd07a6a [PATCH 47/83] cleaning up comments 5 年之前
  nickysn 210c0e2d10 [PATCH 46/83] making global variables mutable 5 年之前
  nickysn 7e8b442c5c [PATCH 45/83] updating flow control changed while repeat loop structure to block-loop-block changed boolean expression valuation - avoiding use of labels 5 年之前
  nickysn d95c63ed88 [PATCH 44/83] update initialization of the callee side parameters - marking them as local with their proper offset 5 年之前
  nickysn 9cf5db938e [PATCH 43/83] update flow control, adding support for continue and break labels update temp var allocation update stack prepare allocation 5 年之前
  nickysn a1d18125ca [PATCH 42/83] replacing javaobject with ptruint type 5 年之前
  nickysn 6f0937f8c8 [PATCH 41/83] revise treference extension for wasm. specifying local variable use vs memory use 5 年之前
  nickysn bef6749124 [PATCH 40/83] update local variables management 5 年之前
  nickysn 62e1f516ca [PATCH 39/83] adding local instruction 5 年之前
  nickysn 791db81f8e [PATCH 38/83] wasm real constants 5 年之前
  nickysn 0275232f16 [PATCH 37/83] update writing out of symbols, using FPC mangled names 5 年之前
  nickysn 2be0f4718a [PATCH 36/83] adding was constant to support inline float point constants 5 年之前