konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.66k stars 265 forks source link

document tutorial on how to build wasm in java #935

Open gogo2464 opened 3 months ago

gogo2464 commented 3 months ago

I saw an example there:

https://github.com/konsoletyper/teavm/blob/master/samples/benchmark/build.gradle.kts#L44

do you want to write tutorials, or do I do?

konsoletyper commented 3 months ago

I write tutorials, which you can see on teavm.org. However, I'm limited in my spare time, so did not have any opportunity to document WebAssembly backend. If you want to write tutorial, you can open a PR on https://github.com/konsoletyper/teavm-site

Also, there are more examples with WebAssembly in samples dir.

gogo2464 commented 3 months ago

thanks! I will try the soft and progressively update the doc then. :)

see you soon :)