Skip to content

Commit

Permalink
Update developers guide with Java link (#282)
Browse files Browse the repository at this point in the history
Link to TeaVM, a Java project that can generate WASM.

Co-authored-by: Thomas Steiner <[email protected]>
  • Loading branch information
ScraM-Team and tomayac authored Jan 13, 2025
1 parent e093256 commit b252031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion getting-started/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ layout: getting-started
- [AssemblyScript (a TypeScript-like syntax)](https://assemblyscript.org/introduction.html)
- [C#](https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials)
- Dart
- [Via Flutter](https://flutter.dev/wasm) (preview)
- [Via Flutter](https://flutter.dev/wasm)
- [F#](https://fsbolero.io/docs/)
- Go
- [with full language support](https://go.dev/wiki/WebAssembly#getting-started)
- [targeting minimal size](https://tinygo.org/docs/guides/webassembly/)
- Java
- [TeaVM](https://teavm.org)
- [Kotlin](https://kotlinlang.org/docs/reference/native-overview.html)
- [Kotlin](https://kotl.in/wasm)
- [Swift](https://swiftwasm.org/)
- [Scala.js](https://www.scala-js.org/doc/project/webassembly.html)
Expand Down

0 comments on commit b252031

Please sign in to comment.