Skip to content

Commit d8b09a8

Browse files
refactor: custom export comment
1 parent b768071 commit d8b09a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-model/src/running-components/wasmtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Try out building and running HTTP components with one of these tutorials
2929
2. [HTTP Auth Middleware tutorial](https://github.com/fermyon/http-auth-middleware#running-with-wasmtime) - compose a HTTP authentication middleware component with a business logic component
3030

3131
## Running components with custom exports
32-
As of Wasmtime Version 33.0.0, there is [support for invoking custom component exports](https://bytecodealliance.org/articles/invoking-component-functions-in-wasmtime-cli).
32+
As of Wasmtime Version 33.0.0, there is [support for invoking components with custom exports](https://bytecodealliance.org/articles/invoking-component-functions-in-wasmtime-cli).
3333

3434

3535
As an example, if your component exports a function `add` which takes two numeric arguments, you can make use of this feature with the following command.

0 commit comments

Comments
 (0)