Launch checklist
Closed this issue · 3 comments
radu-matei commented
I would like to start exploring what we need in order to make this repo public and usable as an experimental SDK for Spin:
dicej commented
I plan to work on the py2wasm plugin sometime this week.
BTW, the current example app already uses a third-party package (toml), installed using pipenv. Does that meet the last requirement on the checklist, or do we need something more than that? Note that any package with a native code dependency won't work yet.
radu-matei commented
Using pipenv to install a package is a great starting point, I think it satisfies the last point on the list.
radu-matei commented
Looking at the checklist, the things left here are type hints and documentation.