mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
// The generation of this file is defined in libyul/CMakeLists.txt.
|
|
// This file was generated by using the content of libyul/backends/wasm/polyfill/@EWASM_POLYFILL_NAME@.yul.
|
|
|
|
#pragma once
|
|
|
|
namespace solidity::yul::wasm::polyfill
|
|
{
|
|
|
|
static char const @EWASM_POLYFILL_NAME@[] = {
|
|
@EWASM_POLYFILL_CONTENT@, 0
|
|
};
|
|
|
|
} // namespace solidity::yul::wasm::polyfill
|