#532: WebAssembly js-types API
Discussions
2021-05-Arakeen
In exactly the same state as the Raw Sockets API one. Tess pinged ms2ger to see if he'd seen the feedback from September.
In exactly the same state as the Raw Sockets API one. Tess pinged ms2ger to see if he'd seen the feedback from September.
OpenedJun 30, 2020
Saluton TAG!
I'm requesting a TAG review of the WebAssembly js-types API.
WebAssembly is typed, and its types carry information that can be useful and important to clients interacting with WebAssembly modules and objects through the JS API. For example, types describe the form of imports and exports, including the size limits of memories and tables or the mutability of globals. This proposal adds respective functionality to the WebAssembly JS API in a systematic manner.
Further details:
WebAssembly.Function
.We'd prefer the TAG provide feedback as (please delete all but the desired option):
🐛 open issues in our GitHub repo for each point of feedback