You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wamr-compiler/README.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
1
2
2
### Build wamrc AOT compiler
3
3
4
-
Both wasm binary file and AOT file are supported by iwasm. The wamrc AOT compiler is to compile wasm binary file to AOT file which can also be run by iwasm. Execute following commands to build **wamrc** compiler for Linux:
4
+
Both wasm binary file and AOT file are supported by iwasm. The wamrc AOT compiler is to compile wasm binary file to AOT file which can also be run by iwasm. You can execute following commands to build **wamrc** compiler:
5
+
6
+
For **Linux**(Ubuntu 20.04 as an example):
7
+
8
+
First, make sure necessary dependency are installed:
0 commit comments