Initial work on WebAssembly script provider
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-05-14 11:48:27 +02:00
parent c6775d7089
commit e32d655d80
31 changed files with 995 additions and 19 deletions

View File

@@ -8,4 +8,9 @@ TEST_CASE("Able to build and destroy empty library") {
delete lib;
}
REGISTER_EXCEPTION_TRANSLATOR(ArbUt::Exception& ex) {
return {(std::string(ex.what()) + "\n" + ex.GetStacktrace()).c_str()};
}
#endif