DEV Community

Clayton Walker
Clayton Walker

Posted on

Running c/c++ on the JVM

This isn't so much a deep dive as it is a solution in search of a problem.

How to compile to llvm bitcode (or webasm)

Notes: Graalvm supports llvm-bitcode and wasm (https://github.com/oracle/graal/blob/master/wasm/README.md)

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.