We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff85fc9 commit 459402dCopy full SHA for 459402d
.github/workflows/ci.yaml
@@ -352,6 +352,6 @@ jobs:
352
uses: actions-rs/cargo@v1
353
with:
354
command: build
355
- args: --release --target wasm32-wasi --features freeze-stdlib --verbose
+ args: --release --target wasm32-wasi --features freeze-stdlib,stdlib --verbose
356
- name: run snippets
357
- run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/variables.py
+ run: wasmer run --dir . target/wasm32-wasi/release/rustpython.wasm -- extra_tests/snippets/stdlib_random.py
0 commit comments