Logo
Explore Help
Sign In
ada/wit-bindgen
0
0
Fork 0
You've already forked wit-bindgen
mirror of https://github.com/AdaCore/wit-bindgen.git synced 2026-02-12 13:12:42 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
wit-bindgen/crates/teavm-java/tests/Main.java

4 lines
68 B
Java
Raw Permalink Normal View History

add guest binding generator for TeaVM/Java (#327) * add guest binding generator for TeaVM/Java This generator is for [teavm-wasi](https://github.com/fermyon/teavm-wasi), a friendly fork of TeaVM with support for WASI and the component model canonical ABI. All the basic features are supported except for async functions, resources, and multi-value return. The unsupported features shouldn't be hard to add in follow-up commits. [Maven](https://maven.apache.org/) is required to run the tests. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * add `actions/setup-java` to `test` CI job for `gen-guest-teavm-java` Signed-off-by: Joel Dice <joel.dice@fermyon.com> * add Java runtime test driver; add Java to demo So far the only runtime test exercised is the smoke one. I'll follow this up with other test implementations. Signed-off-by: Joel Dice <joel.dice@fermyon.com> * use cmd to run mvn on Windows We need to do this since Maven is installed as `mvn.cmd` on Windows. Signed-off-by: Joel Dice <joel.dice@fermyon.com> Signed-off-by: Joel Dice <joel.dice@fermyon.com>
2022-09-29 09:07:22 -06:00
public class Main {
public static void main(String[] args) {}
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 157ms Template: 4ms
English
English
Licenses API