File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The options of the `wasmedge compile` command are as follows.
27
27
3 . _ (Optional)_ ` --interruptible ` : Generate the binary which supports interruptible execution.
28
28
- By default, the AOT-compiled WASM not supports [ interruptions in asynchronous executions] ( ../../embed/c/reference/0.12.x#async ) .
29
29
4 . _ (Optional)_ Statistics information:
30
- - By default, the AOT-compiled WASM not supports all statistics even if the options are turned on when running the ` wasmedge ` tool.
30
+ - By default, the AOT-compiled WASM does not support all statistics even if the options are turned on when running the ` wasmedge ` tool.
31
31
- Use ` --enable-time-measuring ` to generate code for enabling time-measuring statistics in execution.
32
32
- Use ` --enable-gas-measuring ` to generate code for enabling the statistics of gas measuring in execution.
33
33
- Use ` --enable-instruction-count ` to generate code for enabling the statistics of counting WebAssembly instructions.
You can’t perform that action at this time.
0 commit comments