We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996250d commit 39e3f8fCopy full SHA for 39e3f8f
README.md
@@ -74,6 +74,17 @@ this isn't officially supported and may be out of date:
74
75
You can compile RustPython to a standalone WebAssembly WASI module so it can run anywhere.
76
77
+Build
78
+```shell
79
+$ cargo build --target wasm32-wasi --no-default-features --features freeze-stdlib,stdlib --release
80
+```
81
+
82
+Run by wasmer
83
84
+$ wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm extra_tests/snippets/stdlib_random.py
85
86
87
+Run by wapm
88
```shell
89
$ wapm install rustpython
90
$ wapm run rustpython
0 commit comments