componentize-py
componentize-py copied to clipboard
Results
32
componentize-py issues
Sort by
recently updated
recently updated
newest added
Currently componentize-py fails if the out directory doesn't exist ``` $ componentize-py -w spin-http componentize spin_py_demo -o nonexistant/main.wasm Traceback (most recent call last): File "/home/damjan/projects/spin-py/.venv/bin/componentize-py", line 10, in sys.exit(script()) ~~~~~~^^...
good first issue
Hi there, great project! I have a use case where I would like to build WASM components from user submitted source on a server. My thinking being the code used...