alina-yur / wasm-in-java

Demonstration repository showing polyglot embedding with GraalVM for JDK 21 using Maven and Gradle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASM in Java with GraalVM

this a reduced version of polyglot-embedding-demo focused on WASM.

Build and run

mvn package -DskipTests
mvn exec:exec

It returns

Initializing wasm
Available members are: [factorial.wasm]
wasm: factorial(20) = 2432902008176640000

About

Demonstration repository showing polyglot embedding with GraalVM for JDK 21 using Maven and Gradle.

License:Apache License 2.0


Languages

Language:C 40.6%Language:Java 36.4%Language:CMake 13.7%Language:WebAssembly 9.3%