Skip to content

Commit 26a0773

Browse files
committed
Documentation
1 parent 573db08 commit 26a0773

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/writing-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ WASI platform in Python at the following [link](https://github.com/brettcannon/c
6969

7070
Serverledge assumes the structure of the `python.tar` file to be the following:
7171

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/`
72+
- `func.py`: the main source file; the name must be specified in the `handler` argument of the function creation
73+
- `python.wasm` (obtained through the link above)
74+
- `lib/` (obtained through the link above)
7575

7676
A function can be created using this command:
7777

0 commit comments

Comments
 (0)