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 5f0f8fe commit 9bcbc4fCopy full SHA for 9bcbc4f
samples/wasi-threads/README.md
@@ -22,3 +22,11 @@ $ ./iwasm wasm-apps/no_pthread.wasm
22
...
23
$ ./iwasm wasm-apps/exception_propagation.wasm
24
```
25
+
26
+Run samples in AOT mode (aux stack must be disabled)
27
+```shell
28
+$ ../../../wamr-compiler/build/wamrc \
29
+ --disable-aux-stack-check \
30
+ -o wasm-apps/no_pthread.aot wasm-apps/no_pthread.wasm
31
+$ ./iwasm wasm-apps/no_pthread.aot
32
+```
0 commit comments