Files
wasmtime/crates
Jamey Sharp bd473dba31 wasmtime-runtime: Re-export backtrace Frame type (#6280)
This crate re-exports the `Backtrace` type at top-level from a nested
module. `Backtrace` in turn has `Frame` in its public API, which is not
re-exported anywhere. This is legal and external users can call methods
on `Frame`, but it doesn't appear in the rustdocs, making it
unnecessarily difficult to figure out how to use this API. Re-exporting
`Frame` fixes that, and also allows naming the type directly if needed.
2023-04-25 01:02:54 +00:00
..
2023-04-05 17:06:36 +00:00
2023-04-17 15:53:34 +00:00
2023-04-15 00:07:32 +00:00
2023-03-06 23:47:34 +00:00
2023-04-24 15:50:53 +00:00
2023-02-14 19:45:15 +00:00