Alex Beregszaszi
Alex Beregszaszi
``` [ 48%] Building CXX object test/unittests/CMakeFiles/fizzy-unittests.dir/execute_floating_point_conversion_test.cpp.o In file included from /fizzy/test/unittests/execute_floating_point_conversion_test.cpp:6: /fizzy/test/unittests/execute_floating_point_test.hpp:16:14: error: '#pragma FENV_ACCESS' is not supported on this target - ignored [-Werror,-Wignored-pragmas] #pragma STDC FENV_ACCESS ON ^...
We still need a patch for the start function, see https://github.com/wasm3/wasm3/issues/202. And also a memory leak issue: https://github.com/wasm3/wasm3/issues/203. At least we could get rid of https://github.com/wasm3/wasm3/pull/130, https://github.com/wasm3/wasm3/pull/129, and https://github.com/wasm3/wasm3/pull/145.
While due to Rosetta fizzy will just work on macOS, it would make sense considering supporting dual-binary builds with Apple Silicon. From https://developer.apple.com/documentation/apple_silicon/addressing_architectural_differences_in_your_macos_code:  But probably stdc++ hides this difference...