Skip to content

SCORU: WASM: Use Lwt_syntax compatible with protocol

Ole Krüger requested to merge ole@wasm-proto@wasm-lwt into master

Related: #4736

In preparation of moving the lib_webassembly to the protocol, we have to make sure that lib_webassembly is compatible with the protocol environment.

This MR addresses the lack of Lwt.Syntax within the protocol. We use Lwt_syntax from the tezos-error-monad instead, which is also available in the protocol.

Merge request reports