stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Clarity Wasm Next

Open obycode opened this issue 1 year ago • 2 comments

This contains the changes used for clarity-wasm. It may not yet be ready to be merged, but the clarity-wasm team is reviewing it as we go and then it will need a thorough review once it is ready to be merged into next.

This branch supersedes #3880 and the previous branch that was used by clarinet. The clarinet specific changes (to make the clarity crate compilable to wasm) are the starting point for the clarity-wasm changes.

obycode avatar Nov 28 '23 02:11 obycode

Codecov Report

Attention: Patch coverage is 1.72414% with 969 lines in your changes are missing coverage. Please review.

Project coverage is 6.30%. Comparing base (d063a74) to head (863707b). Report is 576 commits behind head on next.

:exclamation: Current head 863707b differs from pull request most recent head 35cce11. Consider uploading reports for the commit 35cce11 to get more accurate results

Files Patch % Lines
clarity/src/vm/tooling/mod.rs 0.00% 150 Missing :warning:
clarity/src/vm/database/sqlite.rs 0.00% 147 Missing :warning:
clarity/src/vm/contexts.rs 0.00% 116 Missing :warning:
stackslib/src/clarity_vm/clarity.rs 0.00% 52 Missing :warning:
stackslib/src/clarity_vm/database/marf.rs 0.00% 48 Missing :warning:
stackslib/src/clarity_vm/tests/large_contract.rs 0.00% 38 Missing :warning:
stackslib/src/clarity_vm/tests/contracts.rs 0.00% 36 Missing :warning:
clarity/src/vm/errors.rs 0.00% 30 Missing :warning:
clarity/src/vm/database/clarity_store.rs 0.00% 25 Missing :warning:
stackslib/src/clarity_vm/database/mod.rs 0.00% 25 Missing :warning:
... and 47 more
Additional details and impacted files
@@             Coverage Diff             @@
##             next    #4093       +/-   ##
===========================================
- Coverage   83.46%    6.30%   -77.16%     
===========================================
  Files         448      436       -12     
  Lines      323930   313256    -10674     
===========================================
- Hits       270352    19745   -250607     
- Misses      53578   293511   +239933     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 06 '23 22:12 codecov[bot]

Superseded by #4756 I'll close this one once https://github.com/stacks-network/clarity-wasm/pull/400 is merged

hugocaillard avatar May 07 '24 12:05 hugocaillard