瀏覽代碼

+ added comment with the WebAssembly define

git-svn-id: branches/wasm@46195 -
nickysn 5 年之前
父節點
當前提交
bf8a06f43b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/pp.pas

+ 1 - 0
compiler/pp.pas

@@ -40,6 +40,7 @@ program pp;
   RISCV64             generate a compiler for the RiscV64 architecture
   SPARC               generate a compiler for SPARC
   SPARC64             generate a compiler for SPARC64
+  WASM                generate a compiler for WebAssembly
   X86_64              generate a compiler for the AMD x86-64 architecture
 
   -----------------------------------------------------------------