ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Define how Wasm bytecode will be represented as IPLD data

Open raulk opened this issue 4 years ago • 1 comments

Define how code (WASM, EVM) will be represented in IPLD.

raulk avatar Oct 14 '21 13:10 raulk

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?

Stebalien avatar Oct 14 '21 17:10 Stebalien