Closed Michael-F-Bryan closed 1 year 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 | 6mins 0s |
9a68158 | 11mins 30s |
🤖 Beep. Boop. I'm a bot. If you find any issues, please report them to https://github.com/Michael-F-Bryan/workflow-timer.
By using the
webc::Container
for loading webc files, we get the ability to load tarballs, package directories, and*.webc
files for free.As a breaking change, all packages are now required to contain a
wasmer.toml
file. It won't be able to load a package containing just awapm.toml
.This also lets us avoid creating a temporary webc file in memory when reading Wasmer packages and drops a pretty hefty dependency.