Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 4, 2024
1 parent 171b0a3 commit 09cd88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jParser is a small Java library that helps bind C/C++ code to desktop, mobile, a

It was inspired by [gdx-jnigen](https://github.com/libgdx/gdx-jnigen) that you add a native code into a code block. This code block will be translated to the specific code target. You can add multiple code block targets in the same java source. For each code target, it will generate a new java source code.

For the web, it needs emscripten and a webidl file to generate a js/wasm file and [teavm](https://github.com/konsoletyper/teavm). The generated classes in teavm module use JSBody to communicate with javascript.
For the web, it needs emscripten to generate a js/wasm file and [teavm](https://github.com/konsoletyper/teavm). The generated classes in teavm module use JSBody to communicate with javascript.

jParser only supports ```JNI``` and ```TEAVM``` code targets.

Expand Down

0 comments on commit 09cd88e

Please sign in to comment.