Skip to content

Commit f514e48

Browse files
Wulfheartjuntao
authored andcommitted
Fixed typo
1 parent 26c0689 commit f514e48

File tree

1 file changed

+1
-1
lines changed
  • docs/start/build-and-run

1 file changed

+1
-1
lines changed

docs/start/build-and-run/aot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The options of the `wasmedge compile` command are as follows.
2727
3. _(Optional)_ `--interruptible`: Generate the binary which supports interruptible execution.
2828
- By default, the AOT-compiled WASM not supports [interruptions in asynchronous executions](../../embed/c/reference/0.12.x#async).
2929
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.
3131
- Use `--enable-time-measuring` to generate code for enabling time-measuring statistics in execution.
3232
- Use `--enable-gas-measuring` to generate code for enabling the statistics of gas measuring in execution.
3333
- Use `--enable-instruction-count` to generate code for enabling the statistics of counting WebAssembly instructions.

0 commit comments

Comments
 (0)