Skip to content

Commit

Permalink
Renaming packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Mar 10, 2024
1 parent c5c8091 commit b0d47fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- name: Build WASM support
run: |
cargo install [email protected] --locked || cargo-component --version
cargo build --verbose
cargo component build -p pulumi_wasm --verbose
cargo component build -p pulumi_wasm_random --verbose
cargo component build -p pulumi_rust_wasm --verbose
cargo component build -p pulumi_wasm_main --verbose
cargo install [email protected] --locked || wasm-tools --version
./run.sh
- name: Run tests
run: cargo test --all --verbose
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo component build -p wasm_common || exit /b 1
cargo component build -p pulumi_wasm || exit /b 1
cargo component build -p pulumi_wasm_provider_random || exit /b 1
cargo component build -p pulumi_wasm_example_simple || exit /b 1
cargo build || exit /b 1
cargo build -p pulumi_wasm_runner || exit /b 1
@REM cargo build -p pulumi_rust_wasm || exit /b
@REM @REM wasm-tools component wit target/wasm32-wasi/debug/pulumi_wasm_example_simple.wasm
@REM
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cargo component build -p wasm_common
cargo component build -p pulumi_wasm
cargo component build -p pulumi_wasm_provider_random
cargo component build -p pulumi_wasm_example_simple
cargo build
cargo build -p pulumi_wasm_runner


cp "target/wasm32-wasi/debug/pulumi_wasm.wasm" "target/wasm32-wasi/debug/pulumi-wasm.wasm"
Expand Down

0 comments on commit b0d47fb

Please sign in to comment.