enarx-archive / enarx.github.io

Enarx.dev website and relevant assets
https://enarx.dev
MIT License
43 stars 27 forks source link

docs(python-wasm): add webassembly instructions for python #172

Closed mayankkumar2 closed 2 years ago

mayankkumar2 commented 2 years ago

Signed-off-by: Mayank Kumar mayank22oct@gmail.com

👨‍💻 Changes proposed

Documentation for python wasm.

✔️ Check List (Check all the applicable boxes)

rjzak commented 2 years ago

How does this run with Enarx?

mayankkumar2 commented 2 years ago

@rjzak I haven't figured out the directory mapping equivalent for the wasm config file of enarx yet. So, I haven't tested it yet for enarx. But since it's a simple loop and console output and it runs on wasmtime, it should work on enarx as well.