Skip to content

Commit

Permalink
feat: remove neon add wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 18, 2024
1 parent 15ec741 commit 7c89e70
Show file tree
Hide file tree
Showing 23 changed files with 277 additions and 2,305 deletions.
32 changes: 10 additions & 22 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,18 @@ on: push
jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Setup Rust
run: rustup show

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
steps:
- uses: actions/checkout@v3

- name: Setup Node.js with Yarn
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Setup Rust
run: rustup show

- name: Install Yarn dependencies
run: yarn install
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2

- name: Build Rust binary
run: cargo build --release

- name: Test Rust binary
run: cargo test --release
- name: Build Rust binary
run: cargo build --release

- name: Build node binary
run: yarn build-release
- name: Test Rust binary
run: cargo test --release
40 changes: 0 additions & 40 deletions .github/workflows/publish.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target
**/node_modules
**/.DS_Store
npm-debug.log*
pkg
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

Loading

0 comments on commit 7c89e70

Please sign in to comment.