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
It seems that integrating chisel with rust projects requires either a makefile or manual invocation, which isn't great ux. Perhaps a cargo subcommand or plugin would make this much easier.
cc @axic
The text was updated successfully, but these errors were encountered:
I started this cargo submodule here: https://github.com/hugo-dc/cargo-build-ewasm
it executes: cargo build --target=wasm32-unknown-unknown --release, then runs chisel run (expects a default chisel.yml configuration), and lastly executes wasm-snip to reduce the bytecode size.
It seems that integrating chisel with rust projects requires either a makefile or manual invocation, which isn't great ux. Perhaps a cargo subcommand or plugin would make this much easier.
cc @axic
The text was updated successfully, but these errors were encountered: