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

Update ref.null encoding after subtyping change #149

Merged
merged 1 commit into from
May 13, 2020
Merged

Commits on May 13, 2020

  1. Update ref.null encoding after subtyping change

    Issue WebAssembly/reference-types#69 requires
    that `ref.null` instructions include a reference type immediate. This
    concept isn't present in the bulk-memory proposal, but the encoding is
    (in element segment expressions).
    
    This change updates the binary and text format, but not the syntax. This
    is OK for now, since the only reference type allowed here is `funcref`.
    binji committed May 13, 2020
    Configuration menu
    Copy the full SHA
    a0acf63 View commit details
    Browse the repository at this point in the history