Explorar el Código

+ comment for the po_wasm_suspending value

Nikolay Nikolov hace 2 años
padre
commit
aedacd9160
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;