Skip to content

Commit

Permalink
[Misc] fix typo (WasmEdge#3305)
Browse files Browse the repository at this point in the history
Signed-off-by: Lîm Tsú-thuàn <[email protected]>
  • Loading branch information
dannypsnl authored Mar 25, 2024
1 parent 38c4612 commit 4c01cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CurrentChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Features:
* Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools.
* Component Model proposal (experimental, loader phase only).
* Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API.
* Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool.
* Users can use the `--enable-component` to enable the proposal in `wasmedge` tool.
* [JIT]: Support LLVM JIT.
* [C API]: New C API for supporting the new proposals.
* `WasmEdge_ValType` related APIs can help developers to generate or compare value types.
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Features:
* Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools.
* Component Model proposal (experimental, loader phase only).
* Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API.
* Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool.
* Users can use the `--enable-component` to enable the proposal in `wasmedge` tool.
* [JIT]: Support LLVM JIT.
* [C API]: New C API for supporting the new proposals.
* `WasmEdge_ValType` related APIs can help developers to generate or compare value types.
Expand Down

0 comments on commit 4c01cd1

Please sign in to comment.