Skip to content

Commit 8d076b3

Browse files
committed
update dependencies and wasi-sdk-20 (1/2)
1 parent 0c5ec40 commit 8d076b3

22 files changed

+5176
-3088
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libymfm"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
55
edition = "2021"
66
rust-version = "1.66"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,16 @@ Verify:
251251

252252
```bash
253253
$ echo ${WASI_SDK_PATH}
254-
/home/hiromasa/devel/toolchain/wasi-sdk-19.0
254+
/home/hiromasa/devel/toolchain/wasi-sdk-20.0
255255
$ ls -alF ${WASI_SDK_PATH}
256256
drwxr-xr-x 2 hiromasa hiromasa 4096 12月 3 2020 bin/
257257
drwxr-xr-x 3 hiromasa hiromasa 4096 12月 3 2020 lib/
258258
drwxr-xr-x 6 hiromasa hiromasa 4096 12月 3 2020 share/
259259
$ ${WASI_SDK_PATH}/bin/clang -v
260-
clang version 15.0.7
260+
clang version 16.0.0
261261
Target: wasm32-unknown-wasi
262262
Thread model: posix
263-
InstalledDir: /home/hiromasa/devel/toolchain/wasi-sdk-19.0/bin
263+
InstalledDir: /home/hiromasa/devel/toolchain/wasi-sdk-20.0/bin
264264
```
265265

266266
### Clone source

examples/libymfm-cli/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
22
name = "libymfm-cli"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
55
description = "libymfm CLI"
66
edition = "2021"
77

88
[dependencies]
99
libymfm = { path = "../../", default-features = false }
1010
clap = "2"
11+
12+
[profile.release]
13+
opt-level = 3

examples/python/src/wasm/libymfm.wasm

-786 Bytes
Binary file not shown.

examples/web/package-lock.json

Lines changed: 5141 additions & 3047 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
"@wasmer/wasmfs": "^0.12.0"
99
},
1010
"devDependencies": {
11-
"@babel/core": "^7.15.8",
12-
"@babel/eslint-parser": "^7.15.8",
13-
"@babel/plugin-transform-runtime": "^7.15.8",
14-
"@babel/preset-env": "^7.15.8",
15-
"@parcel/source-map": "^2.0.5",
16-
"@parcel/transformer-worklet": "^2.6.2",
11+
"@babel/core": "^7.22.1",
12+
"@babel/eslint-parser": "^7.21.8",
13+
"@babel/plugin-transform-runtime": "^7.22.4",
14+
"@babel/preset-env": "^7.22.4",
15+
"@parcel/source-map": "^2.1.1",
16+
"@parcel/transformer-worklet": "^2.9.1",
1717
"@wasmer/wasm-transformer": "^0.12.0",
1818
"events": "^3.3.0",
19-
"htmlhint": "^1.1.2",
20-
"memfs": "^3.3.0",
21-
"parcel": "^2.6.2",
22-
"parcel-reporter-static-files-copy": "^1.3.0",
19+
"htmlhint": "^1.1.4",
20+
"memfs": "^3.5.3",
21+
"parcel": "^2.9.1",
22+
"parcel-reporter-static-files-copy": "^1.5.0",
2323
"process": "^0.11.10",
24-
"replace-in-file": "^6.3.1",
25-
"rimraf": "^3.0.2",
24+
"replace-in-file": "^7.0.1",
25+
"rimraf": "^5.0.1",
2626
"spyfs": "^1.0.2"
2727
},
2828
"scripts": {

public/index.1896de3f.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/index.1896de3f.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)