yjh
yjh
> There's also no need for dealloc and realloc, just alloc is enough. The current implementation obviously needs `dealloc`, and here is a `realloc` Issue https://github.com/paritytech/substrate/issues/11884 > However, in my...
Oh, yeah, You are right. But from the implementation point of view, it is not hard to export `dealloc`, just like `alloc`, and a certain degree of function completeness is...
I telled him before, I have a pr
At present, transform wants to support configuration and can only let users set the configuration file path through environment variables. However, if transform can find the entrypoint file, it is...
Ok, have been updated by your suggestions
Is there any way to bootstrap? Use this crate to improve documentation for itself.
`found an unexpected start function with index 58` this error means that wasm code exported a `start` function which is illegal in contract
Ok, will be updated
> AS always export start function (for init stdlib) which is now illegal in contracts (new AS supports --exportStart which can be used to export start function as either deploy()...
Oh, I misunderstood, indeed, I need to study further