소스 검색

+ 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
 
   -----------------------------------------------------------------