Skip to content

Commit 40ef2f7

Browse files
committed
Merge wasiless repo into compute-sdk-python.
This reduces submodule paperwork for the foreseeable future. If we ever support some other runtime for which wasiless is useful, we can break it out again.
2 parents 1dee009 + 7c2285a commit 40ef2f7

20 files changed

Lines changed: 1514 additions & 10 deletions

.github/workflows/python-ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ jobs:
1515
runs-on: forge-amd64-medium
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Get wasiless submodule
19-
# Org-internal submodules are very tricky to check out.
20-
env:
21-
SSHK: ${{ secrets.WASILESS_REPO_READ_KEY }}
22-
run: |
23-
mkdir -p $HOME/.ssh
24-
echo "$SSHK" > $HOME/.ssh/ssh.key
25-
chmod 600 $HOME/.ssh/ssh.key
26-
export GIT_SSH_COMMAND="ssh -i $HOME/.ssh/ssh.key"
27-
git submodule update --init --recursive
2818
- name: Set up Rust toolchain
2919
uses: actions-rust-lang/setup-rust-toolchain@v1
3020
with:

crates/wasiless/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target = "wasm32-unknown-unknown"

crates/wasiless/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
/wasiless.rs
3+
/wasiless.wasm

0 commit comments

Comments
 (0)