zhuyipeng
zhuyipeng
hi, Binaryen, I am writting a new compiler for a new language, my attention is use binaryen to generate the backend code and use open source Webassembly runtime to run...
#### Feature support wasi-preview2 #### Benefit I could run more advanced compiled wasm binary which contains sockets, threads and so on. #### Implementation N/A #### Alternatives N/A
I didn't see any API I could use to generate the DWARF
hi, all, I am trying to compile mqtt into webassembly, cmake come out pthread detect error as followed showing. I went with wasi-sdk-pthread.cmake, pthread check passed. does anyone encounter this...