Skip to content

WASM wip - #154

Draft
jasoncolburne wants to merge 1 commit into
WebOfTrust:mainfrom
jasoncolburne:wasm
Draft

WASM wip#154
jasoncolburne wants to merge 1 commit into
WebOfTrust:mainfrom
jasoncolburne:wasm

Conversation

@jasoncolburne

@jasoncolburne jasoncolburne commented Nov 12, 2023

Copy link
Copy Markdown
Collaborator

Rationale

We want WASM to work.

Testing

Install dependencies as outlined here

Navigate to wasm/demo/web in your shell and run:

npm install
npm run serve

For Reviewers

  • Verify version bumped in Cargo.toml

Comment thread wasm/Cargo.toml
serde_json = "1.0"

[dev-dependencies]
wasm-bindgen-test = "0.3.38"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be used for headless browser testing

@codecov

codecov Bot commented Nov 12, 2023

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.39%. Comparing base (43a011b) to head (55c8780).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files          32       32           
  Lines        3037     3037           
=======================================
  Hits         2897     2897           
  Misses        140      140           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@m00sey

m00sey commented Nov 16, 2023

Copy link
Copy Markdown
Member

Addresses #108

@daidoji

daidoji commented Dec 15, 2023

Copy link
Copy Markdown
Collaborator

@jasoncolburne we can probably close this one. My PR built off this branch so it should contain all this and more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants