ohler55 / oj

Optimized JSON
http://www.ohler.com/oj
MIT License
3.12k stars 250 forks source link

Port to WASI by adding a check for getrlimit #921

Closed kateinoigakukun closed 1 month ago

kateinoigakukun commented 1 month ago

This change adds WebAssembly/WASI target support for the extension library. Right now, we don't have an easy way to set up CI to test it, but we would appreciate it if we could merge the change into the upstream.

I manually tested it works well on my end.

ohler55 commented 1 month ago

Looks like the latest clang formatter has changed. I'm happy to merge once those issue are resolved. I can fix those tonight in the develop branch or if you are so inclined feel free to fix in your branch.

ohler55 commented 1 month ago

Thank you for fixing the clang formatting warnings.

kateinoigakukun commented 1 month ago

Thanks!