You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the API of JWebAssembly. You must add this as a compilation time dependency to your Java project.
10
-
9
+
This is a possible API of JWebAssembly for the browser. If you want to use it, you must add it as a compile-time dependency to your Java project.
11
10
12
11
```gradle
13
12
repositories {
@@ -18,6 +17,15 @@ dependencies {
18
17
}
19
18
```
20
19
20
+
This library contains:
21
+
* the Java annotations that control the compiler.
22
+
* some native methods of the Java VM. The pure compiler JWebAssembly does not know how to replace native code and fire an error if a native method is references without an replacement.
23
+
* the emulator to debug your code in your Java IDE.
24
+
* a wrapper for the DOM and the JavaScript API.
25
+
26
+
It is possible to use another library with another target for your. For example for command line tool which can do file access. Or you think the concept of the DOM API wrapper is to pure. If you write your alternative library or fork this then only the annotations must be identical for the compiler JWebAssembly.
27
+
28
+
21
29
Documentation
22
30
----
23
-
The documentation can be found in the [wiki](https://github.com/i-net-software/JWebAssembly/wiki).
31
+
The documentation of JWebAssembly and the usage of this library can be found in the [wiki](https://github.com/i-net-software/JWebAssembly/wiki).
0 commit comments