You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Clarinet compiles to wasm, it use condtional compilation based in cargo features. Most of the work components expose a cli and wasm feature (clarity-repl/cli and clarity-repl/wasm), it leads to unnecessary complexity and should instead use conditional compilation based on the target
clarity-repl re-exports clarity-vm modules, I leads to some confusion and difficult dependency management. Other crates should rely on the clarity crates instead (and less on clarity-repl)
The text was updated successfully, but these errors were encountered:
cli
andwasm
feature (clarity-repl/cli
andclarity-repl/wasm
), it leads to unnecessary complexity and should instead use conditional compilation based on the targetThe text was updated successfully, but these errors were encountered: