Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit c51e6c4

Browse files
author
Nick Vidal
committed
docs: add Python to sidebar
Signed-off-by: Nick Vidal <nick@profian.com>
1 parent aca290c commit c51e6c4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/WebAssembly/Python.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ else:
5151
- Run the python fibonacci code in wasmtime using the command
5252
```bash
5353
wasmtime run --mapdir=$(pwd)/opt::opt \
54-
-- opt/wasi-python/bin/python3.wasm -c "$(cat $HOME/fib.py)"
54+
-- opt/wasi-python/bin/python3.wasm -c "$(cat $(pwd)/fib.py)"
5555
```
5656
output:
5757
```bash
@@ -68,7 +68,3 @@ Fibonacci sequence:
6868
34
6969
```
7070

71-
## References
72-
- https://www.programiz.com/python-programming/examples/fibonacci-sequence
73-
- https://github.com/singlestore-labs/python-wasi/blob/main/README.md
74-

sidebars.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const sidebars = {
3131
{
3232
type: 'category',
3333
label: 'WebAssembly Guide',
34-
items: ['WebAssembly/Introduction', 'WebAssembly/Rust', 'WebAssembly/C++', 'WebAssembly/C', 'WebAssembly/Golang', 'WebAssembly/Ruby', 'WebAssembly/dotnet', 'WebAssembly/TypeScript', 'WebAssembly/AssemblyScript', 'WebAssembly/Grain', 'WebAssembly/Zig', 'WebAssembly/JavaScript'],
34+
items: ['WebAssembly/Introduction', 'WebAssembly/Rust', 'WebAssembly/C++', 'WebAssembly/C', 'WebAssembly/Golang', 'WebAssembly/Ruby', 'WebAssembly/dotnet', 'WebAssembly/Python', 'WebAssembly/JavaScript', 'WebAssembly/TypeScript', 'WebAssembly/AssemblyScript', 'WebAssembly/Grain', 'WebAssembly/Zig'],
3535
},
3636
{
3737
type: 'category',

0 commit comments

Comments
 (0)