Skip to content

Commit

Permalink
Merge pull request #133 from second-state/bump/quickjs_2024
Browse files Browse the repository at this point in the history
Bump quickjs to 2024
  • Loading branch information
juntao authored Feb 1, 2024
2 parents e775c71 + 1712840 commit d76ccf4
Show file tree
Hide file tree
Showing 13 changed files with 997 additions and 188 deletions.
25 changes: 0 additions & 25 deletions .devcontainer/devcontainer.json

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install WasmEdge
run: |
VERSION=0.13.4
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -e all --version=$VERSION --plugins=wasi_nn-tensorflowlite --plugins=wasi_crypto -p /usr/local
VERSION=0.13.5
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo bash -s -- -e all --version=$VERSION --plugins wasi_nn-tensorflowlite wasi_crypto -p /usr/local
wget https://github.com/WasmEdge/WasmEdge/releases/download/$VERSION/WasmEdge-plugin-wasmedge_rustls-$VERSION-ubuntu20.04_x86_64.tar.gz
sudo chmod +x /usr/local/lib/wasmedge
Expand Down
Loading

0 comments on commit d76ccf4

Please sign in to comment.