This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Commit 24be425
authored
Remove type() method from Tag object (#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.1 parent 4c93161 commit 24be425
File tree
2 files changed
+0
-37
lines changed- document/js-api
- test/js-api/tag
2 files changed
+0
-37
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1199 | 1199 | | |
1200 | 1200 | | |
1201 | 1201 | | |
1202 | | - | |
1203 | 1202 | | |
1204 | 1203 | | |
1205 | 1204 | | |
| |||
1244 | 1243 | | |
1245 | 1244 | | |
1246 | 1245 | | |
1247 | | - | |
1248 | | - | |
1249 | | - | |
1250 | | - | |
1251 | | - | |
1252 | | - | |
1253 | | - | |
1254 | | - | |
1255 | | - | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
1259 | | - | |
1260 | | - | |
1261 | | - | |
1262 | 1246 | | |
1263 | 1247 | | |
1264 | 1248 | | |
| |||
This file was deleted.
0 commit comments