Skip to content

Commit f800ae6

Browse files
committed
Resolve conflict
1 parent 2512572 commit f800ae6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,18 +190,12 @@ extern "C" fn ibc_packet_ack(env_ptr: u32, msg_ptr: u32) -> u32;
190190
extern "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
198194
you're using Rust, you get them automatically by using the `cosmwasm-std` crate.
199195
Your contract can define the other entrypoints using the
200196
`cosmwasm_std::entry_point` macro to get strong typing instead of raw memory
201197
offsets.
202198

203-
> > > > > > > 7c4e518a (Disable abort feature)
204-
205199
### Imports
206200

207201
The imports provided to give the contract access to the environment are:

0 commit comments

Comments
 (0)