Skip to content

Commit 55aba63

Browse files
feat: support all wasi 2 x stubs (#121)
* refactor: refactor cargo toml, fix warnings Signed-off-by: Victor Adossi <[email protected]> * refactor: build-adapter script Signed-off-by: Victor Adossi <[email protected]> * chore: fix virtual adapter Signed-off-by: Victor Adossi <[email protected]> * fix: lint Signed-off-by: Victor Adossi <[email protected]> * chore(deps): update upstream wasi deps to *.227.1 Signed-off-by: Victor Adossi <[email protected]> * fix(deps): update deps Signed-off-by: Victor Adossi <[email protected]> * refactor(tests): test component configuration, built target Signed-off-by: Victor Adossi <[email protected]> * feat: support all WASI 2.x versions when stubbing Signed-off-by: Victor Adossi <[email protected]> * fix: support all WASI 0.2.x stubs Signed-off-by: Victor Adossi <[email protected]> * revert: revert *.227.1 updates Signed-off-by: Victor Adossi <[email protected]> * refactor: support taking a wasi version when stubbing Signed-off-by: Victor Adossi <[email protected]> * feat: add cli option for specifying inserted WASI version Signed-off-by: Victor Adossi <[email protected]> * chore: fix lint Signed-off-by: Victor Adossi <[email protected]> * fix: remove debugging statement Signed-off-by: Victor Adossi <[email protected]> * chore: regenerate adapters Signed-off-by: Victor Adossi <[email protected]> --------- Signed-off-by: Victor Adossi <[email protected]>
1 parent b1857d2 commit 55aba63

36 files changed

+1120
-807
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Install wasm32-unknown target
3535
run: rustup target add wasm32-unknown-unknown
3636

37-
- name: Install wasm32-wasi target
38-
run: rustup target add wasm32-wasi
37+
- name: Install wasm32-wasip1 target
38+
run: rustup target add wasm32-wasip1
3939

4040
- name: Install wasm-tools
4141
run: cargo install wasm-tools

0 commit comments

Comments
 (0)