I am developing a tool to convert Solidity into Stylus, but I’m stuck on the variable type mappings.
Is there any detailed documentation explaining how Solidity types should be mapped to Stylus? For example, bytes32 can be mapped to B32, but bytes8 cannot be mapped to B8.
I would like to have complete documentation that shows the full correspondence between the types.