浏览代码

* mode objfpc, h+ in wasmlink

git-svn-id: branches/wasm@46191 -
nickysn 5 年之前
父节点
当前提交
8d5ddbf33f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/wasmbin/wasmlink.pas

+ 2 - 0
utils/wasmbin/wasmlink.pas

@@ -23,6 +23,8 @@ unit wasmlink;
 // The unit covers the WebAssembly static linking convention
 // The unit covers the WebAssembly static linking convention
 // as described at https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md
 // as described at https://github.com/WebAssembly/tool-conventions/blob/master/Linking.md
 
 
+{$mode objfpc}{$H+}
+
 interface
 interface
 
 
 uses
 uses