Skip to content

Commit 1f2f0a5

Browse files
authored
Merge pull request #681 from brunokim/master
Small tweak and documentation to build wasmer-python
2 parents 854ecac + ee08bc4 commit 1f2f0a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prelude:
66
pip3 install virtualenv
77
virtualenv .env
88
if test -d .env/bin/; then source .env/bin/activate; else source .env/Scripts/activate; fi
9-
pip3 install maturin pytest pytest-benchmark twine pdoc
9+
pip3 install maturin==0.12.20 pytest pytest-benchmark twine pdoc
1010

1111
which maturin
1212
maturin --version

packages/api/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ $ python examples/appendices/simple.py
266266

267267
## Testing
268268

269+
To build all tests you'll need LLVM 12.0 in your system. We recommend either installing prepackaged
270+
libraries with [llvm.sh](https://apt.llvm.org/llvm.sh) or building it yourself with [llvmenv](https://crates.io/crates/llvmenv).
271+
269272
Build all the packages and run the tests:
270273

271274
```sh

0 commit comments

Comments
 (0)