mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 09:29:19 +02:00
+ added const sets for the WebAssembly reference, numeric and vector types
This commit is contained in:
parent
e6a3aa3450
commit
57aead9a14
@ -157,6 +157,10 @@ uses
|
||||
op2strtable=array[tasmop] of string[31];
|
||||
|
||||
Const
|
||||
WasmNumberTypes = [wbt_i32, wbt_i64, wbt_f32, wbt_f64];
|
||||
WasmReferenceTypes = [wbt_funcref, wbt_externref];
|
||||
WasmVectorTypes = [wbt_v128];
|
||||
|
||||
{# First value of opcode enumeration }
|
||||
firstop = low(tasmop);
|
||||
{# Last value of opcode enumeration }
|
||||
|
Loading…
Reference in New Issue
Block a user