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

🌭 Update ABI definitions and stub out some hostcalls #307

Merged
merged 1 commit into from
Sep 12, 2023

Commits on Sep 12, 2023

  1. 🌭 Update ABI definitions and stub out some hostcalls

    Adds several new hostcalls and type definitions to the ABI. The level of implementation varies:
    
    - `fastly_http_body::abandon` is fully implemented.
    
    - `fastly_http_req::send_v2` and friends will work, but do not yet populate the new `$error_detail`
      field with information about the failure.
    
    - `fastly_http_req` hostcalls `downstream_client_oh_fingerprint`, `redirect_to_websocket_proxy_v2`,
      `redirect_to_grip_proxy_v2`, and `fastly_key_is_valid` are stubs that return
      `Error::NotAvailable`.
    
    Beyond these added functions, there are a number of formatting fixes in the witx to make the Viceroy
    copy of these files more precisely match what we use internally to define the platform.
    acfoltzer committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f4a601d View commit details
    Browse the repository at this point in the history