Просмотр исходного кода

+ comment for the po_wasm_suspending value

Nikolay Nikolov 2 лет назад
Родитель
Сommit
aedacd9160
1 измененных файлов с 1 добавлено и 0 удалено
  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
       and returns and it can be called.) }
     po_wasm_funcref,
+    { WebAssembly suspending external }
     po_wasm_suspending
   );
   tprocoptions=set of tprocoption;