Can (deprecated) Native Client concept and .nexe file be useful here? #12
guest271314
started this conversation in
Ideas
Replies: 1 comment
-
I didn't dig too deep but is this about creating a single binary that would run on all platforms? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR (WebAssembly/wabt#1864; GoogleChrome/developer.chrome.com#2295; https://stackoverflow.com/q/70694704) I unsuccessfully tried to reverse-engineer tts_service_x86_64.nexe, a Google speech synthesis engine executable used for US English Female Text-to-speech (by Google).
The
strings
the executable of tts_service_x86_63.nexe https://gist.github.com/guest271314/4894662d31ffb4ad2cd57683721bf4b4.NaCl and PNaCl
From Aligned bundling support in LLVM at Implementation in LLVM MC
Beta Was this translation helpful? Give feedback.
All reactions