Indicate support for WebAssembly.

This commit is contained in:
Nolan Darilek 2018-12-30 17:20:03 +00:00
parent 4fadad9d36
commit 44f6c489cb
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,4 @@
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
* [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
* WebAssembly

View File

@ -1,6 +1,8 @@
/*!
* a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends.
* Currently supported backends are [Speech Dispatcher](https://freebsoft.org/speechd) (Linux).
* Currently supported backends are:
* * [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
* * WebAssembly
*/
use std::boxed::Box;