Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelcharles/wasm_japanese-assisted-reader
A simple web app that adds furigana to text implemented in GO/Web Assembly.
https://github.com/michaelcharles/wasm_japanese-assisted-reader
go golang japanese wasm webassembly
Last synced: about 2 months ago
JSON representation
A simple web app that adds furigana to text implemented in GO/Web Assembly.
- Host: GitHub
- URL: https://github.com/michaelcharles/wasm_japanese-assisted-reader
- Owner: MichaelCharles
- License: mit
- Created: 2021-02-14T10:27:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T01:58:42.000Z (4 months ago)
- Last Synced: 2024-08-21T05:37:51.441Z (4 months ago)
- Topics: go, golang, japanese, wasm, webassembly
- Language: Go
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Japanese Assisted Reader (With Go and Web Assembly)
[See it on Github pages.](https://michaelcharles.github.io/wasm_japanese-assisted-reader)
## Run it locally
```
npm run start
```## Build changes
```
npm run build
```