This repository was archived by the owner on Oct 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 5151 name : " armv7 (32-Bit Raspberry Pi)"
5252 target : armv7-unknown-linux-gnueabihf
5353
54+ name : Run tests on ${{ matrix.os }}, ${{ matrix.name }})
5455 runs-on : ${{ matrix.os }}
5556 steps :
5657 - name : Checkout code
7071 uses : actions/download-artifact@v4
7172 with :
7273 name : wasm
74+ path : examples/rust/out
7375
7476 - name : Run tests
7577 run : cargo test --workspace ${{ matrix.args }} && cargo run --example wasm-rust all
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ $ cargo test-wast {path}
4444# Run a specific example (run without arguments to see available examples)
4545# The wasm test files required to run the `wasm-rust` examples are not
4646# included in the main repository.
47- # To build these, you will need to run `./examples/rust/build.sh`.
47+ # To build these, you will need to install binaryen and wabt
48+ # and run `./examples/rust/build.sh`.
4849$ cargo run --example {example_name}
4950```
5051
Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ panic="abort"
5353inherits =" release"
5454
5555[profile .samply ]
56- inherits = " release"
57- debug = true
56+ inherits = " release"
57+ debug = true
You can’t perform that action at this time.
0 commit comments