ref-fvm
ref-fvm copied to clipboard
Define how Wasm bytecode will be represented as IPLD data
Define how code (WASM, EVM) will be represented in IPLD.
Specifically:
- How do we represent IPLD "imports" and how do we distinguish them from non-IPLD imports (e.g., services)?
- How do we "shard" code. Do we shard code?
- How do we map the module format onto the IPLD data model?
- How do we (and do we) map the bytecode onto the IPLD data model?