Results 52 comments of snd

unfortunately "standard json" seems broken for solcjs: https://github.com/ethereum/solc-js/issues/126 i'll might still implement it but this makes it somewhat less useful as people will need solc (C++) to use it and...

> it's actually out of scope of pwasm-std, but worth discussion anyway thought so. still thought this would be the most appropriate repo for a discussion for now

> it's all defined in the runtime behaviour (kovan/parity/whatever), not on wasm level could someone point me to the code where that's implemented?

> i believe there could be multiple implementations of storage in different crates based on the same low-level-api, user will just stick to one of them that would be good

@NikVolf thanks! i looked at it a bit and things make a lot more sense

could we have a procedural macro that shells out to the solidity compiler?

working on https://github.com/snd/rust_solc which will use the JSON I/O API of solc/solcjs and will get us one step closer to this

i'll do this eventually

i agree. i'll do the conversion to ES6 before the end of february since this package is seeing some use and several people want this. i've been using ES6 and...