Skip to content

Is binaryen the right tool for this? #5749

Answered by kripken
guest271314 asked this question in Q&A
Discussion options

You must be logged in to vote

Binaryen is a wasm->wasm optimizer. It sounds like you are porting a codebase to wasm, for which you need a toolchain like Emscripten. There is a tutorial which you might find useful:

https://emscripten.org/docs/getting_started/Tutorial.html

And here are docs for building something larger than a single file, which is I assume the case for espeak-ng:

https://emscripten.org/docs/compiling/Building-Projects.html

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@guest271314
Comment options

@kripken
Comment options

Answer selected by guest271314
Comment options

You must be logged in to vote
5 replies
@kripken
Comment options

@guest271314
Comment options

@guest271314
Comment options

@guest271314
Comment options

@guest271314
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants