Anatomy of a Smart Contract
Each smart contract instance has a program with a collection of entry points and a state.
Each smart contract instance has a program with a collection of entry points and a state.
As there is no way for the Wasm code to access any memory outside its own memory space, the WasmLib interface provides a number of proxies to make accessing data within the ISC sandbox as seamless as possible.