Hi, 

We recently added a WebAssembly textual format backend in our audio DSP 
language compiler (Faust : faust.grame.fr). Now we would like to directly 
generate binary, but this seems more difficult. Since a lot of code has 
already been written to deal with WebAssembly (AST, reader/writer..etc..) 
here https://github.com/WebAssembly, is there a recommended way or an 
"official" code base to be used for that purpose ? (I've seen binaryen-c.h 
and binaryen-c.cpp from the binaryen subproject 
(https://github.com/WebAssembly/binaryen), there is also "wabt" here 
https://github.com/WebAssembly/wabt)

Tanks for any advice.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to