Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf228889

Browse files
committed
release: v1.0.0
1 parentddc3634 commitf228889

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎README.md‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Java SDK for the [Extism](https://extism.org/) WebAssembly Plugin-System.
1313

1414
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:
1515

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-
1816
```bash
1917
sudo extism lib install latest
2018

@@ -34,7 +32,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
3432
<dependency>
3533
<groupId>org.extism.sdk</groupId>
3634
<artifactId>extism</artifactId>
37-
<version>1.0.0-rc1</version>
35+
<version>1.0.0</version>
3836
</dependency>
3937
```
4038

@@ -43,7 +41,7 @@ To use the Extism java-sdk with maven you need to add the following dependency t
4341
To use the Extism java-sdk with maven you need to add the following dependency to your`build.gradle` file:
4442

4543
```
46-
implementation 'org.extism.sdk:extism:1.0.0-rc1'
44+
implementation 'org.extism.sdk:extism:1.0.0'
4745
```
4846

4947
##Getting Started

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.extism.sdk</groupId>
66
<artifactId>extism</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.0.0-rc1</version>
8+
<version>1.0.0</version>
99
<name>extism</name>
1010
<url>https://github.com/extism/extism</url>
1111
<description>Java-SDK for Extism to use webassembly from Java</description>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp