Skip to content
Snippets Groups Projects
Verified Commit 9aca8529 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: initial wasm testing

parent 020ff553
No related branches found
No related tags found
No related merge requests found
Pipeline #1844 passed
......@@ -36,7 +36,7 @@ jobs:
rustup component add rustfmt
rustup component add clippy
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo build
- run: cargo build --release
- run: cargo install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- run: apt-get update && apt-get install -y -q nodejs npm
- run: cd frontends/web && npm install && npm run build && npm run lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment