Files
wasmtime/crates
Alex Crichton a277cf5ee4 Store WasmFuncType in FuncType (#2365)
This commit updates `wasmtime::FuncType` to exactly store an internal
`WasmFuncType` from the cranelift crates. This allows us to remove a
translation layer when we are given a `FuncType` and want to get an
internal cranelift type out as a result.

The other major change from this commit was changing the constructor and
accessors of `FuncType` to be iterator-based instead of exposing
implementation details.
2020-11-05 08:49:03 -06:00
..
2020-09-23 13:54:02 -05:00
2020-09-23 13:54:02 -05:00
2020-10-23 16:50:51 -07:00
2020-10-23 16:50:51 -07:00
2020-09-29 13:20:14 -05:00
2020-10-23 16:50:51 -07:00
2020-09-23 13:54:02 -05:00