Skip to content

Commit 7c89e70

Browse files
committed
feat: remove neon add wasm
1 parent 15ec741 commit 7c89e70

23 files changed

+277
-2305
lines changed

.github/workflows/build-test.yml

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,18 @@ on: push
55
jobs:
66
build-test:
77
runs-on: ubuntu-latest
8-
9-
steps:
10-
- uses: actions/checkout@v3
11-
12-
- name: Setup Rust
13-
run: rustup show
148

15-
- name: Cache Rust dependencies
16-
uses: Swatinem/rust-cache@v2
9+
steps:
10+
- uses: actions/checkout@v3
1711

18-
- name: Setup Node.js with Yarn
19-
uses: actions/setup-node@v3
20-
with:
21-
node-version: '18'
22-
cache: 'yarn'
12+
- name: Setup Rust
13+
run: rustup show
2314

24-
- name: Install Yarn dependencies
25-
run: yarn install
15+
- name: Cache Rust dependencies
16+
uses: Swatinem/rust-cache@v2
2617

27-
- name: Build Rust binary
28-
run: cargo build --release
29-
30-
- name: Test Rust binary
31-
run: cargo test --release
18+
- name: Build Rust binary
19+
run: cargo build --release
3220

33-
- name: Build node binary
34-
run: yarn build-release
21+
- name: Test Rust binary
22+
run: cargo test --release

.github/workflows/publish.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ target
22
**/node_modules
33
**/.DS_Store
44
npm-debug.log*
5+
pkg

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)