[K/N] Disable external calls checker for wasm target

This commit is contained in:
Pavel Kunyavskiy
2021-07-05 16:03:59 +03:00
committed by Space
parent 4c4bcb1e3e
commit 70ca222806
2 changed files with 4 additions and 1 deletions
@@ -3,6 +3,7 @@
* that can be found in the LICENSE file.
*/
#ifndef KONAN_NO_EXTERNAL_CALLS_CHECKER
#include <string_view>
#include <cstring>
@@ -376,3 +377,4 @@ extern "C" RUNTIME_NOTHROW void Kotlin_mm_checkStateAtExternalFunctionCall(const
RuntimeFail("Expected kNative thread state at call of function %s by function %s", callee, caller);
}
#endif // KONAN_NO_EXTERNAL_CALLS_CHECKER