We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f160233 commit 043c3d5Copy full SHA for 043c3d5
1 file changed
language-bindings/python/src/wamr/wasmcapi/ffi.py
@@ -405,7 +405,7 @@ def __compare_wasm_val_t(self, other):
405
elif WASM_F32 == self.kind:
406
return self.of.f32 == other.of.f32
407
elif WASM_F64 == self.kind:
408
- return self.of.f64 == other.of.f63
+ return self.of.f64 == other.of.f64
409
elif WASM_EXTERNREF == self.kind:
410
raise RuntimeError("FIXME")
411
else:
0 commit comments