Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```