Skip to content

Commit

Permalink
update ymfm
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jul 26, 2022
1 parent 56fbbd5 commit 37bd50e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.11.0"
version = "0.12.0"
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
edition = "2021"
rust-version = "1.61"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Source code:
## WASI Commnad Line Interface

- Install [Wasmer](https://wasmer.io/) runtime
- Download [libymfm-cli.wasm](https://github.com/h1romas4/libymfm.wasm/releases/tag/v0.11.0) from pre-build release
- Download [libymfm-cli.wasm](https://github.com/h1romas4/libymfm.wasm/releases/tag/v0.12.0) from pre-build release

Options

```
$ wasmer run libymfm-cli.wasm -- -h
libymfm-cli 0.11.0
libymfm-cli 0.12.0
Hiromasa Tanaka <h1romas4@gmail.com>
libymfm CLI
Expand Down
2 changes: 1 addition & 1 deletion components/ymfm
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.11.0"
version = "0.12.0"
authors = ["Hiromasa Tanaka <h1romas4@gmail.com>"]
description = "libymfm CLI"
edition = "2021"
Expand Down
Binary file modified examples/python/src/wasm/libymfm.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.db7d7333.js → public/index.9f242a84.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@h1romas4"><meta name="twitter:creator" content="@h1romas4"><meta name="twitter:title" content="WebAssembly VGM Player"><meta name="twitter:description" content="Retro synthesizer on the Web browser using WebAssembly"><meta name="twitter:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:title" content="WebAssembly VGM Player"><meta property="og:url" content="https://chipstream.netlify.app/"><meta property="og:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:description" content="Retro synthesizer on the Web browser using WebAssembly"><link rel="stylesheet" href="/index.85a8807b.css"><title>WebAssembly VGM Player</title></head><body> <div> <div id="link"><a target="_blank" href="https://github.com/h1romas4/libymfm.wasm">GitHub Repos</a></div> <canvas id="screen"></canvas> </div> <script type="module" src="/index.db7d7333.js"></script> </body></html>
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@h1romas4"><meta name="twitter:creator" content="@h1romas4"><meta name="twitter:title" content="WebAssembly VGM Player"><meta name="twitter:description" content="Retro synthesizer on the Web browser using WebAssembly"><meta name="twitter:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:title" content="WebAssembly VGM Player"><meta property="og:url" content="https://chipstream.netlify.app/"><meta property="og:image" content="https://chipstream.netlify.app/images/ogp.png"><meta property="og:description" content="Retro synthesizer on the Web browser using WebAssembly"><link rel="stylesheet" href="/index.85a8807b.css"><title>WebAssembly VGM Player</title></head><body> <div> <div id="link"><a target="_blank" href="https://github.com/h1romas4/libymfm.wasm">GitHub Repos</a></div> <canvas id="screen"></canvas> </div> <script type="module" src="/index.9f242a84.js"></script> </body></html>
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 37bd50e

Please sign in to comment.