Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect sample code in documentation (bytecodealliance#6796)
Sample code provided in Readme of `wasmtime` crate specifies three generic arguments for `get_typed_func` API, while it needs only two. This fixes the sample code by removing the last generic argument.
- Loading branch information