festvox / flite

A small fast portable speech synthesis system
Other
861 stars 186 forks source link

Add support for wasm32-wasi target #24

Closed kubkon closed 4 years ago

kubkon commented 5 years ago

I know that WASI is currently experimental as a compilation target, but nonetheless, I did manage to get flite compiled to it and run using CraneStation/wasmtime runtime. If it's of any interest, I'd be more than happy to submit a preliminary PR and work on it to get it merged into master. Also, I'd be more than happy to monitor any changes to WASI in the future and submit any relevant updates.