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

Remove type() method from Tag object #318

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Remove type() method from Tag object #318

merged 1 commit into from
Jul 16, 2024

Commits on Jun 27, 2024

  1. Remove type() method from Tag object

    This method mirrors the type methods on the other interfaces (Global, Memory,
    etc) as defined in the JS type reflection proposal
    (https://github.com/WebAssembly/js-types/blob/main/proposals/js-types/Overview.md)
    Since this proposal will be standardized first, JS types should be rebased on top
    of exception-handling, and this method should be moved there.
    dschuff committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    797f4d7 View commit details
    Browse the repository at this point in the history