Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed May 5, 2024
1 parent 19644da commit 2c40d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Swift for Wasm を対象にしています。他の Swift 環境はサポート
Swift Packageから依存ライブラリとして追加してください。

```swift
.package(url: "https://github.com/omochi/swift-react", from: "0.1.0")
.package(url: "https://github.com/omochi/swift-react", from: "0.2.0")
```

[JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit) に依存しているので、ウェブブラウザ上でWASMバイナリをロードする際に、 JavaScriptKit の JavaScript ランタイムライブラリをインポートする必要があります。詳しくは [環境構築方法](./docs/configure.ja.md)を参照してください。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Targeted for running in web browsers. Other Wasm execution environments are not
Add it as a dependent library from Swift Package.

```swift
.package(url: "https://github.com/omochi/swift-react", from: "0.1.0")
.package(url: "https://github.com/omochi/swift-react", from: "0.2.0")
```

It depends on [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit), so when loading the Wasm binary in a web browser, it is necessary to import the JavaScript runtime library of *JavaScriptKit*. For more details, refer to [Setting Up Environment](./docs/configure.md).
Expand Down

0 comments on commit 2c40d5d

Please sign in to comment.