Skip to content

SCORU: WASM: Fix monomorphic comparison operators

Ole Krüger requested to merge ole@wasm-proto@wasm-comparison 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 polymorphic comparison within the protocol. In the protocol we have the Compare module which comes from lib_stdlib, hence we make use of it in lib_webassembly for our comparison needs.

Edited by Ole Krüger

Merge request reports