Files
wasmtime/crates/c-api/src
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-07-15 19:55:31 -05:00
2020-07-15 19:55:31 -05:00
2020-04-20 15:55:33 -05:00