Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Adds host function for handle panicking #7954

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 21, 2021

  1. Adds host function for handle panicking

    This pr adds an extra host function that should be called by the wasm
    instance when its panicking. Currently we only log such a panic with an
    error severity. In the future we would call this host function and
    have the advantage that the panic message would be returned as error,
    instead of just some generic "panicked" message.
    
    This pr only adds the host function and the client side implementation.
    Some future pr would switch over the runtime to use this functionality.
    bkchr committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7d1b418 View commit details
    Browse the repository at this point in the history