enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

Webassembly feature matrix #22

Open bstrie opened 2 years ago

bstrie commented 2 years ago

The readme should contain a feature matrix giving an overview of webassembly support for each language. A very basic matrix can currently be found at, but we should flesh it out with information like wasi support, I/O support, socket support, etc.

nickvidal commented 2 years ago

Adding link to current matrix at Enarx Docs:

https://enarx.dev/docs/webassembly/introduction

And related issue:

https://github.com/enarx/website/issues/36

bstrie commented 2 years ago

Not as useful for our purposes, but might be something worth linking to anyway: https://webassembly.org/roadmap/

bstrie commented 2 years ago

Would be useful to also document which languages we are currently automatically building as part of CI in this repo, as a marker of the maturity of each toolchain. Once we have all languages building we can then try making this repo the canonical location of the wasm docs that are currently living at enarx.dev, with the doc pages being automatically tested.