dbohdan / compilers-targeting-c

A list of compilers that can generate C code
693 stars 47 forks source link

Wasmdec #60

Closed jarble closed 4 years ago

jarble commented 4 years ago

There's a compiler called wasmdec that converts WebAssembly modules to C source code. Should it be included in this list?

dbohdan commented 4 years ago

Should it be included in this list?

I think it should. Thanks for suggesting it.

jarble commented 4 years ago

@dbohdan An alternative to wasmdec is wasm2c. It should probably be listed here too.

dbohdan commented 4 years ago

That's a good suggestion. Added in 783cfb2.