Pick argument and return types based on opcode constraints (#5947)
* Pick argument and return types based on opcode constraints Co-authored-by: Jamey Sharp <jsharp@fastly.com> * Lazily build the OPCODE_SIGNATURES list * Skip unsupported isplit/iconcat cases * Add an issue reference for the isplit/iconcat exemption * Refactor the deny lists to use exceptions!, and remove redundant entries --------- Co-authored-by: Jamey Sharp <jsharp@fastly.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -651,6 +651,7 @@ dependencies = [
|
||||
"arbitrary",
|
||||
"cranelift",
|
||||
"cranelift-native",
|
||||
"once_cell",
|
||||
"target-lexicon",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user