Browse Source

+ comment for the po_wasm_suspending value

Nikolay Nikolov 2 years ago
parent
commit
aedacd9160
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/symconst.pas

+ 1 - 0
compiler/symconst.pas

@@ -453,6 +453,7 @@ type
       however be stored in WebAssembly globals, locals, used in function parameters
       however be stored in WebAssembly globals, locals, used in function parameters
       and returns and it can be called.) }
       and returns and it can be called.) }
     po_wasm_funcref,
     po_wasm_funcref,
+    { WebAssembly suspending external }
     po_wasm_suspending
     po_wasm_suspending
   );
   );
   tprocoptions=set of tprocoption;
   tprocoptions=set of tprocoption;