Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stderr Support for Auto Splitters #835

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Commits on Aug 21, 2024

  1. Add stderr Support for Auto Splitters

    Auto splitters can now print to `stderr`, which is the same as printing
    via `print_message`, except that like a usual terminal it is line
    buffered and either flushed on new lines or manually. This then ends up
    in the same `log_auto_splitter` call that `print_message` ends up in.
    The logging now also differentiates between messages that come from the
    auto splitter and messages that come from the runtime. Additionally this
    bumps `wasmtime` to version 24.
    CryZe committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b464322 View commit details
    Browse the repository at this point in the history