jameysharp opened PR #6280 from jameysharp:runtime-pub-frame to bytecodealliance:main:
This crate re-exports the
Backtracetype at top-level from a nested module.Backtracein turn hasFramein its public API, which is not re-exported anywhere. This is legal and external users can call methods onFrame, but it doesn't appear in the rustdocs, making it unnecessarily difficult to figure out how to use this API. Re-exportingFramefixes that, and also allows naming the type directly if needed.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
jameysharp requested pchickey for a review on PR #6280.
jameysharp requested wasmtime-core-reviewers for a review on PR #6280.
pchickey submitted PR review.
jameysharp merged PR #6280.
Last updated: Dec 06 2025 at 06:05 UTC