浏览代码

+ comment for the po_wasm_suspending value

Nikolay Nikolov 2 年之前
父节点
当前提交
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;