Switch to simple WASI for Alpine

extensions
Volodymyr Shymanskyy 4 years ago
parent 78a90e659b
commit e482c5ceae

@ -53,7 +53,7 @@ jobs:
run: |
mkdir build
cd build
cmake ..
cmake -DBUILD_WASI=simple .. # TODO switch to uvwasi
- name: Build
run: cmake --build build
- name: Test WebAssembly spec

Loading…
Cancel
Save