Browse Source
Currently the wasmtime binary (src/bin/wasmtime) and the wasmtime API crate (crates/api) share the same output filename. This causes the output files of the wasmtime binary to clobber the output files of the wasmtime API crate. So running `cargo doc --all` will often not build the wasmtime API docs, which is the more useful of the two. This is a rustdoc bug, and can be worked around by disabling documentation for the wasmtime binary.pull/836/head
Andrew Chin
5 years ago
committed by
Alex Crichton
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue