You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAssembly has become a browser standard and is gaining steam as the new way to develop for the web. https://webassembly.org/ While it was intended for browsers, it's properties are actually very nice for blockchain development too.
Small binary format
Near native speed (better then EVM)
Multi-language support
Having this on GoChain would enable a whole new realm of developers that don't know Solidity and would not have to learn solidity to write smart contracts.
The text was updated successfully, but these errors were encountered:
WebAssembly has become a browser standard and is gaining steam as the new way to develop for the web. https://webassembly.org/ While it was intended for browsers, it's properties are actually very nice for blockchain development too.
Having this on GoChain would enable a whole new realm of developers that don't know Solidity and would not have to learn solidity to write smart contracts.
The text was updated successfully, but these errors were encountered: