mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Define wasm::Type enum and use it for import parameters and result
This commit is contained in:
@@ -89,6 +89,8 @@ private:
|
||||
/// Makes sure that there are at least @a _amount global variables.
|
||||
void allocateGlobals(size_t _amount);
|
||||
|
||||
static wasm::Type translatedType(yul::Type _yulType);
|
||||
|
||||
Dialect const& m_dialect;
|
||||
NameDispenser m_nameDispenser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user