Stream: cranelift

Topic: Browsing documentation


view this post on Zulip osa1 (May 14 2020 at 19:07):

Currently it's extremely painful to find what I'm looking for in the sea of related crates (module, codegen, frontend, native, the 'prelude' crate, ...). Is there a rustdoc page that allows searching in all of these?

view this post on Zulip Pat Hickey (May 14 2020 at 19:19):

https://docs.rs/wasmtime/0.16.0/wasmtime/ or just cargo doc --open locally

view this post on Zulip osa1 (May 14 2020 at 19:22):

Sorry for dumb question, but how do I search for cranelift symbols in that page? For example if I search for finalize_definitions (a cranelift method) it doesn't find anything.

view this post on Zulip osa1 (May 14 2020 at 19:23):

(I'm building the documentation locally atm)

view this post on Zulip osa1 (May 14 2020 at 19:29):

OK, locally building docs inside cranelift dir works! Thanks!

view this post on Zulip Pat Hickey (May 14 2020 at 19:41):

ah, yeah, that search scope would be better locally than on docs.rs, since search will be for all workspace packages and deps, versus the entire crates.io universe


Last updated: Nov 22 2024 at 16:03 UTC