Jake Lang

Results 12 issues of Jake Lang

**IMPORTANT: Please do not create a Pull Request adding a new feature without discussing it first.** The place to discuss new features is the forum: If you want to add...

Fixes #150

in progress

a la `wasm-snip`

enhancement

The user may want to retrieve more information about a module's execution. This can be done through a special ChiselResult type, or a trait to call on an executed module.

enhancement

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....

enhancement
help wanted

cc @axic

Depends: #37

Rust makes this super easy using `cargo test`.

help wanted