Closed ayys closed 9 months ago
⏱ Workflow Timer ⏱
Make sure you keep an eye on build times!
One of this project's goals is to keep CI runs under 5 minutes so developers can maintain fast edit-compile-test cycles.
Run | Compile and Test |
---|---|
master | 10mins 27s |
355079a | 2mins 24s |
🤖 Beep. Boop. I'm a bot. If you find any issues, please report them to https://github.com/Michael-F-Bryan/workflow-timer.
Add a
--name
flag to the CLI to let users pass in their own name for the generated bindings. When usingwasmer-pack
as a rust library, the same is possible by using theBindingsOptions
struct. From python/javascript, this can be done via theBindingsOptions
record.