Idea: WASM Execution Engine in Cadence

Love the Idea!

This means that more complex computational logic can be implemented through Wasm, but data storage still exists in the form of Resources in Cadence.

The first question that comes to mind is the accessibility of Resource data in Wasm, as this involves capabilities and access control in Cadence.
If the use of wasm is limited to only input/output, its use cases may be restricted.

It would be best if there was a way to read an injected accessor for Resources within the context of wasm.

1 Like