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 7f5d9d4 commit 28274beCopy full SHA for 28274be
tests/benchmarks/polybench/build.sh
@@ -34,7 +34,8 @@ do
34
utilities/polybench.c ${file} \
35
-Wl,--export=__heap_base -Wl,--export=__data_end \
36
-Wl,--export=malloc -Wl,--export=free \
37
- -DPOLYBENCH_TIME -o ${OUT_DIR}/${file_name%.*}.wasm
+ -DPOLYBENCH_TIME -o ${OUT_DIR}/${file_name%.*}.wasm \
38
+ -D_WASI_EMULATED_PROCESS_CLOCKS
39
40
echo "Compile ${file_name%.*}.wasm into ${file_name%.*}.aot"
41
${WAMRC_CMD} -o ${OUT_DIR}/${file_name%.*}.aot \
0 commit comments