Skip to content

Commit

Permalink
update dependencies and wasi-sdk-20 (1/2)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jun 8, 2023
1 parent 0c5ec40 commit 8d076b3
Show file tree
Hide file tree
Showing 22 changed files with 5,176 additions and 3,088 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libymfm"
version = "0.17.0"
version = "0.18.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
edition = "2021"
rust-version = "1.66"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,16 @@ Verify:

```bash
$ echo ${WASI_SDK_PATH}
/home/hiromasa/devel/toolchain/wasi-sdk-19.0
/home/hiromasa/devel/toolchain/wasi-sdk-20.0
$ ls -alF ${WASI_SDK_PATH}
drwxr-xr-x 2 hiromasa hiromasa 4096 12月 3 2020 bin/
drwxr-xr-x 3 hiromasa hiromasa 4096 12月 3 2020 lib/
drwxr-xr-x 6 hiromasa hiromasa 4096 12月 3 2020 share/
$ ${WASI_SDK_PATH}/bin/clang -v
clang version 15.0.7
clang version 16.0.0
Target: wasm32-unknown-wasi
Thread model: posix
InstalledDir: /home/hiromasa/devel/toolchain/wasi-sdk-19.0/bin
InstalledDir: /home/hiromasa/devel/toolchain/wasi-sdk-20.0/bin
```

### Clone source
Expand Down
5 changes: 4 additions & 1 deletion examples/libymfm-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "libymfm-cli"
version = "0.17.0"
version = "0.18.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
description = "libymfm CLI"
edition = "2021"

[dependencies]
libymfm = { path = "../../", default-features = false }
clap = "2"

[profile.release]
opt-level = 3
Binary file modified examples/python/src/wasm/libymfm.wasm
Binary file not shown.
8,188 changes: 5,141 additions & 3,047 deletions examples/web/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"@wasmer/wasmfs": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@parcel/source-map": "^2.0.5",
"@parcel/transformer-worklet": "^2.6.2",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@parcel/source-map": "^2.1.1",
"@parcel/transformer-worklet": "^2.9.1",
"@wasmer/wasm-transformer": "^0.12.0",
"events": "^3.3.0",
"htmlhint": "^1.1.2",
"memfs": "^3.3.0",
"parcel": "^2.6.2",
"parcel-reporter-static-files-copy": "^1.3.0",
"htmlhint": "^1.1.4",
"memfs": "^3.5.3",
"parcel": "^2.9.1",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"replace-in-file": "^6.3.1",
"rimraf": "^3.0.2",
"replace-in-file": "^7.0.1",
"rimraf": "^5.0.1",
"spyfs": "^1.0.2"
},
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions public/index.1896de3f.js

This file was deleted.

1 change: 0 additions & 1 deletion public/index.1896de3f.js.map

This file was deleted.

Loading

0 comments on commit 8d076b3

Please sign in to comment.