mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[ewasm] Add support for hera debugging module.
This commit is contained in:
@@ -85,6 +85,13 @@ private:
|
||||
|
||||
wasm::FunctionDefinition translateFunction(yul::FunctionDefinition const& _funDef);
|
||||
|
||||
/// Imports an external function into the current module.
|
||||
/// @param _builtin _builtin the builtin that will be imported into the current module.
|
||||
/// @param _module _module the module name under which the external function can be found.
|
||||
/// @param _externalName the name of the external function within the module _module.
|
||||
/// @param _internalName the name of the internal function under that the external function is accessible.
|
||||
void importBuiltinFunction(BuiltinFunction const* _builtin, std::string const& _module, std::string const& _externalName, std::string const& _internalName);
|
||||
|
||||
std::string newLabel();
|
||||
/// Selects a subset of global variables matching specified sequence of variable types.
|
||||
/// Defines more global variables of a given type if there's not enough.
|
||||
|
||||
Reference in New Issue
Block a user