We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573db08 commit 26a0773Copy full SHA for 26a0773
1 file changed
docs/writing-functions.md
@@ -69,9 +69,9 @@ WASI platform in Python at the following [link](https://github.com/brettcannon/c
69
70
Serverledge assumes the structure of the `python.tar` file to be the following:
71
72
-- `func.py`: this can also be in a sub-directory and is specified in the `handler` argument of the function creation
73
-- `python.wasm`
74
-- `lib/`
+- `func.py`: the main source file; the name must be specified in the `handler` argument of the function creation
+- `python.wasm` (obtained through the link above)
+- `lib/` (obtained through the link above)
75
76
A function can be created using this command:
77
0 commit comments