We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1088d commit 4ea65acCopy full SHA for 4ea65ac
product-mini/platforms/linux/build_hermit.sh
@@ -3,6 +3,7 @@ export CC=cosmocc
3
export CXX=cosmoc++
4
cmake -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_FAST_INTERP=1 -B build
5
cmake --build build
6
-cp cowsay.wasm build/cowsay.wasm
+cp cowsay.wasm build/main.wasm
7
+cp hermit.json build/hermit.json
8
cd build
-zip -r iwasm.com cowsay.wasm
9
+zip -r iwasm.com main.wasm hermit.json
product-mini/platforms/linux/hermit.json
@@ -0,0 +1,5 @@
1
+{
2
+ "MAP": [],
+ "ENV": "",
+ "unused": {}
+}
0 commit comments