File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -190,18 +190,12 @@ extern "C" fn ibc_packet_ack(env_ptr: u32, msg_ptr: u32) -> u32;
190190extern " C" fn ibc_packet_timeout (env_ptr : u32 , msg_ptr : u32 ) -> u32 ;
191191```
192192
193- <<<<<<< HEAD ` allocate ` /` deallocate ` allow the host to manage data within the
194- Wasm VM. If you're using Rust, you can implement them by simply
195- [ re-exporting them from cosmwasm::exports] ( https://github.com/CosmWasm/cosmwasm/blob/v0.6.3/contracts/hackatom/src/lib.rs#L5 ) .
196- ` instantiate ` , ` execute ` and ` query ` must be defined by your contract. =======
197193` allocate ` and ` deallocate ` allow the host to manage data within the Wasm VM. If
198194you're using Rust, you get them automatically by using the ` cosmwasm-std ` crate.
199195Your contract can define the other entrypoints using the
200196` cosmwasm_std::entry_point ` macro to get strong typing instead of raw memory
201197offsets.
202198
203- > > > > > > > 7c4e518a (Disable abort feature)
204-
205199### Imports
206200
207201The imports provided to give the contract access to the environment are:
You can’t perform that action at this time.
0 commit comments