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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ Java SDK for the [Extism](https://extism.org/) WebAssembly Plugin-System.
13
13
14
14
For this library, you first need to install the Extism Runtime. You can[download the shared object directly from a release](https://github.com/extism/extism/releases) or use the[Extism CLI](https://github.com/extism/cli) to install it:
15
15
16
-
>**Note**: This library has breaking changes and targets 1.0 of the runtime. For the time being, install the runtime from our nightly development builds on git:`sudo extism lib install --version git`.
17
-
18
16
```bash
19
17
sudo extism lib install latest
20
18
@@ -34,7 +32,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
34
32
<dependency>
35
33
<groupId>org.extism.sdk</groupId>
36
34
<artifactId>extism</artifactId>
37
-
<version>1.0.0-rc1</version>
35
+
<version>1.0.0</version>
38
36
</dependency>
39
37
```
40
38
@@ -43,7 +41,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
43
41
To use the Extism java-sdk with maven you need to add the following dependency to your`build.gradle` file: