Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Fix #75: Use WebAssembly.JSTag as our exception tag. #103

Merged
merged 2 commits into from
Apr 16, 2024

Commits on Apr 15, 2024

  1. Use the legacy try instruction to implement TryCatch.

    This will allow to use the `JSTag` behavior for catching JS
    exceptions, while waiting for Node.js to catch up with V8 12.5.
    
    Luckily, we only need that for `TryCatch` and not for `TryFinally`.
    sjrd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    aac88e6 View commit details
    Browse the repository at this point in the history
  2. Fix tanishiking#75: Use WebAssembly.JSTag as our exception tag.

    This allows us to actually catch exceptions thrown by JavaScript
    code.
    sjrd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e2a87b4 View commit details
    Browse the repository at this point in the history