stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
14 stars 16 forks source link

Use `wasmtime::Engine` provided by `GlobalContext` #552

Closed ureeves closed 1 week ago

ureeves commented 2 weeks ago

Requires merging https://github.com/stacks-network/stacks-core/pull/5447, and allows for the instantiation of only one wasmtime::Engine during the durantion of a GlobalContext.

Resolves: #468

ureeves commented 1 week ago

Closing to open the PR anew but not from my personal fork. See https://github.com/codecov/codecov-action/issues/1643

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.43%. Comparing base (92af085) to head (7f827ea). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #552 +/- ## ========================================== - Coverage 86.45% 86.43% -0.03% ========================================== Files 45 45 Lines 22680 22694 +14 Branches 22680 22694 +14 ========================================== + Hits 19609 19615 +6 - Misses 1428 1437 +9 + Partials 1643 1642 -1 ```

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