You can build anything!
Wasmbo is the jint running on .NET WebAssembly, running client-side in your browser
Install .NET 8 Preview 2 or later.
Install the wasm-experimental
workload: dotnet workload install wasm-experimental
Build the project: dotnet build
Run the project: dotnet run
Publish: dotnet publish -c Release