alexcrichton opened PR #2365 from tweak-func-type
to main
:
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 aFuncType
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 ofFuncType
to be iterator-based instead of exposing
implementation details.
alexcrichton requested fitzgen for a review on PR #2365.
fitzgen submitted PR Review.
alexcrichton updated PR #2365 from tweak-func-type
to main
:
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 aFuncType
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 ofFuncType
to be iterator-based instead of exposing
implementation details.
alexcrichton updated PR #2365 from tweak-func-type
to main
:
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 aFuncType
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 ofFuncType
to be iterator-based instead of exposing
implementation details.
alexcrichton merged PR #2365.
Last updated: Nov 22 2024 at 17:03 UTC