Closed
Description
Currently we use the debug implementation of InstantiationError, leading to errors like this:
Error: rpc error: code = InvalidArgument desc = Error calling the VM: Error instantiating a Wasm module: Error instantiating module: CpuFeature("EnumSet(AVX512DQ | AVX512VL | AVX512F)"): query wasm contract failed: invalid request
This does not explain what the problem is. However, there is a Display implementation that would give us
missing requires CPU features: "AVX512DQ | AVX512VL | AVX512F"
Metadata
Metadata
Assignees
Labels
No labels