Skip to content

Commit

Permalink
install rust-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 11, 2024
1 parent a25d8f4 commit 1de0452
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build aicirt
run: cargo build --verbose --release
working-directory: aicirt
- run: rustup target add wasm32-wasi
- name: Build aici_abi
run: cargo build --verbose --release
working-directory: aici_abi
Expand All @@ -34,3 +32,6 @@ jobs:
- name: Build declctrl
run: cargo build --verbose --release
working-directory: declctrl
- name: Build aicirt
run: cargo build --verbose --release
working-directory: aicirt
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- [x] delete gdl.sh
- [x] pyaici cli -> aici
- [x] ./scripts/aici.sh -> ./aici.sh
- [ ] describe vLLM/hf situation
- [x] describe vLLM/hf situation
- [x] rename vLLM -> LLM in drawings
- [x] add hour-glass drawing
- [ ] setup cloud build for Wasm
Expand Down

0 comments on commit 1de0452

Please sign in to comment.