bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.81k stars 1.24k forks source link

clif: Fix parsing the `cold` calling convention #8854

Closed alexcrichton closed 1 week ago

alexcrichton commented 1 week ago

The identifier for the cold calling convention overlaps with the cold keyword for basic blocks so handle another kind of token when parsing signatures.