Skip to content

Commit

Permalink
feat(node): Implement running node in browser (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikołaj Florkiewicz <mikolaj@florkiewicz.me>
Co-authored-by: Maciej Zwoliński <mac.zwolinski@gmail.com>
Co-authored-by: Yiannis Marangos <psyberbits@gmail.com>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent ee630f2 commit 87855ce
Show file tree
Hide file tree
Showing 29 changed files with 1,170 additions and 176 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- name: Test node crate
run: wasm-pack test --headless --chrome node

- name: Build and pack node-wasm
run: wasm-pack build --release --target web node-wasm && wasm-pack pack node-wasm


test:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 87855ce

Please sign in to comment.