Files
wasmtime/docs
Alex Crichton b0939f6626 Remove explicit S type parameters (#5275)
* Remove explicit `S` type parameters

This commit removes the explicit `S` type parameter on `Func::typed` and
`Instance::get_typed_func`. Historical versions of Rust required that
this be a type parameter but recent rustcs support a mixture of explicit
type parameters and `impl Trait`. This removes, at callsites, a
superfluous `, _` argument which otherwise never needs specification.

* Fix mdbook examples
2022-11-16 05:04:26 +00:00
..
2020-02-25 08:52:43 -08:00
2020-03-10 09:36:56 -05:00
2021-07-12 09:01:44 -05:00
2020-03-23 09:58:08 -07:00
2022-04-04 09:05:40 -05:00
2022-10-31 05:44:19 -07:00