提交历史

作者 SHA1 备注 提交日期
  Nikolay Nikolov a47a1c093a * disallow conversion between regular pointers and WasmExternRef 2 年之前
  Nikolay Nikolov 021c1a7bb4 * fixed test's program name 2 年之前
  Nikolay Nikolov fcd5ecfcce + some basic tests for WebAssembly funcref types added 2 年之前
  Nikolay Nikolov 8b138aa059 + also check for assigned(left) after calling inherited in twasmaddrnode.pass_typecheck, to avoid another crash 2 年之前
  Nikolay Nikolov 84b60d3f00 * check for codegenerror in twasmaddrnode.pass_typecheck and exit early, to avoid crashes 2 年之前
  Nikolay Nikolov 8743f72f11 + disallow taking the address of WebAssembly externref type 2 年之前
  Nikolay Nikolov 65b175cebd + simple test for WasmExternRef 2 年之前
  Nikolay Nikolov fa9873c6eb Merge branch 'main' into wasm_reference_types 2 年之前
  Michaël Van Canneyt 0f5c126a45 * Correct filename extensions for qoi. Fixes issue #40314 2 年之前
  marcoonthegit 9bfb45dc05 * move ifdefed part from tvitem* to tvitemex*, closes #40312 2 年之前
  Nikolay Nikolov a0b78ad1f7 + WebAssembly internal assembler support for the ref.is_null instruction 2 年之前
  Nikolay Nikolov 2039509cfb + WebAssembly internal asm support for the ref.null instruction 2 年之前
  Nikolay Nikolov 11712658b0 + implemented WebAssembly code generator support for funcref and externref data 2 年之前
  Nikolay Nikolov e555eddeda * fixed the textual representation of the ref.null instruction for llvm-mc 2 年之前
  Nikolay Nikolov 48556ab039 + enable the reference types extension in llvm-mc via a command line option 2 年之前
  Pierre Muller 3770b55ce1 Disable substitution by environment variables in message comment related functions 2 年之前
  Pierre Muller 627fd6bce1 Add new substitute_env_variables parameter for DefaultReplacements function (with default true value) 2 年之前
  Nikolay Nikolov 3b3a0a660c * the a_ref_null instruction split into two subinstructions - a_ref_null_externref and a_ref_null_funcref 2 年之前
  mattias add67ca0e3 fcl-web: fixed compile 2 年之前
  mattias 7056ec1a87 fcl-web: made TFPCustomHTTPServer.CreateUpgradeHandlerList virtual 2 年之前
  mattias 1ab29086f8 rtl: fixed indentation 2 年之前
  Michaël Van Canneyt 1afe0114d4 * Correct name 2 年之前
  Michaël Van Canneyt 92eab370c3 * Add some methods for improved DUnit compatibility 2 年之前
  Michaël Van Canneyt 1d7e346831 * Disable result, explicit list cmmand-line argument 2 年之前
  Michaël Van Canneyt 21f57606a6 * GetAttribute call 2 年之前
  Michaël Van Canneyt 4d66ac9118 * Add PProcedureSignature 2 年之前
  Michaël Van Canneyt b8738944ed * Add TNoRefCountObject (delphi compatibility) 2 年之前
  Nikolay Nikolov 1f76366125 + introduced the is_wasm_reference_type(tdef) helper 2 年之前
  Nikolay Nikolov 5cc4096f41 * formatting 2 年之前
  Nikolay Nikolov c33f47a707 + introduced is_wasm_externref(tdef) helper 2 年之前