Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Jan 14, 2022
1 parent 92844eb commit 9c05385
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#include <eosio/contract.hpp>

extern "C" __attribute__((eosio_wasm_import)) void set_wasm_parameters_packed(const void*, std::size_t);
#ifdef USE_EOSIO_CDT_1_7_X
extern "C" __attribute__((eosio_wasm_import)) uint32_t read_action_data( void* msg, uint32_t len );
extern "C" __attribute__((eosio_wasm_import)) uint32_t action_data_size();
#endif

struct wasm_config {
std::uint32_t max_mutable_global_bytes;
Expand Down

0 comments on commit 9c05385

Please sign in to comment.