Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wulfheart authored and juntao committed May 24, 2024
1 parent 26c0689 commit f514e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/build-and-run/aot.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The options of the `wasmedge compile` command are as follows.
3. _(Optional)_ `--interruptible`: Generate the binary which supports interruptible execution.
- By default, the AOT-compiled WASM not supports [interruptions in asynchronous executions](../../embed/c/reference/0.12.x#async).
4. _(Optional)_ Statistics information:
- By default, the AOT-compiled WASM not supports all statistics even if the options are turned on when running the `wasmedge` tool.
- By default, the AOT-compiled WASM does not support all statistics even if the options are turned on when running the `wasmedge` tool.
- Use `--enable-time-measuring` to generate code for enabling time-measuring statistics in execution.
- Use `--enable-gas-measuring` to generate code for enabling the statistics of gas measuring in execution.
- Use `--enable-instruction-count` to generate code for enabling the statistics of counting WebAssembly instructions.
Expand Down

0 comments on commit f514e48

Please sign in to comment.