Skip to content

Commit

Permalink
optimize(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed May 21, 2023
1 parent a002f84 commit 340e472
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.16.0"
version = "0.17.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
edition = "2021"
rust-version = "1.66"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options

```bash
$ wasmer run libymfm-cli.wasm -- -h
libymfm-cli 0.16.0
libymfm-cli 0.17.0
Hiromasa Tanaka <[email protected]>
libymfm CLI

Expand Down Expand Up @@ -359,7 +359,7 @@ Verify:

```bash
ls -laF target/wasm32-wasi/release/*.wasm
-rwxrwxr-x 2 hiromasa hiromasa 3292594 7月 26 21:31 libymfm-cli.wasm*
-rwxrwxr-x 2 hiromasa hiromasa 2924223 5月 21 14:56 target/wasm32-wasi/release/libymfm-cli.wasm*
```

#### Native Debug & Test
Expand Down
4 changes: 2 additions & 2 deletions examples/libymfm-cli/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 examples/libymfm-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libymfm-cli"
version = "0.16.0"
version = "0.17.0"
authors = ["Hiromasa Tanaka <[email protected]>"]
description = "libymfm CLI"
edition = "2021"
Expand Down

0 comments on commit 340e472

Please sign in to comment.