File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2626 - name : install dependencies (ubuntu only)
2727 uses : awalsh128/cache-apt-pkgs-action@latest
2828 with :
29- packages : make binaryen
29+ packages : make binaryen python3.11 curl
3030
3131 - name : Install extism-js
3232 run : |
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ all: install-deps build copy pack
44
55install-deps :
66 python -m venv .venv
7- source .venv/bin/activate
8- pip install git+https://github.com/Moosync/wasm-extension-runner/# subdirectory=wasm-extension-py
9- pip install yt-dlp
7+ source .venv/bin/activate && pip install git+https://github.com/Moosync/wasm-extension-runner/# subdirectory=wasm-extension-py && pip install yt-dlp
108
119build :
1210 mkdir -p $(DIST_DIR )
13- moosync-edk extension.py -o $(DIST_DIR ) /ext.wasm
11+ source .venv/bin/activate && moosync-edk extension.py -o $(DIST_DIR ) /ext.wasm
1412
1513opt :
1614 wasm-opt -Oz $(DIST_DIR ) /ext.wasm -o $(DIST_DIR ) /ext.wasm
You can’t perform that action at this time.
0 commit comments