ftk / quickjspp

QuickJS C++ wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile without exceptions

steveire opened this issue · comments

I'm trying to integrate javascript into clang-tidy and quickjspp seems like it might be a good way to do that. The problem is though that I can't use a library which requires throwing exceptions.