Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove type() method from Tag object (WebAssembly#318)
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.
- Loading branch information