You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this scheduled for next quarter? If it's just about the build configuration / cmake issue, would be sad to see 2017 passing by without wasm support on unix.. :(
Merge pull request #4531 from MikeHolman:fixwasmxplat
fix issues with calling convention: we are using stack based calling convention, so we can cleanup a lot of code that was complicated by xmm registers.
fix issue where JIT was calling wrong method for floorf and ceilf
Resolves#3561
exclude_xplat
tag from test folderWasmSpec
and from individual tests in test folderwasm
#if defined(_WIN32) || (defined(__clang__) && defined(ENABLE_DEBUG_CONFIG_OPTIONS))
in CommonDefines.hThe text was updated successfully, but these errors were encountered: