proposals icon indicating copy to clipboard operation
proposals copied to clipboard

🛤 Type Reflection for WebAssembly JavaScript API

Open binji opened this issue 7 years ago • 0 comments

This is a tracking issue for a post-MVP feature It will be updated as the issue progresses.

Topic Type Reflection for WebAssembly JavaScript API Champion Till Schneidereit @tschneidereit Status in progress Phase feature proposal Linked issues https://github.com/WebAssembly/threads/issues/87 https://github.com/WebAssembly/design/issues/1046 Linked repositories github.com/WebAssembly/js-types/blob/master/proposals/js-types

Details

WebAssembly is typed, and its types carry information that can be useful and important to clients interacting with WebAssembly modules and objects through the JavaScript API. For example, types describe the form of imports and exports, including the size limits of memories and tables or the mutability of globals.

binji avatar Oct 16 '18 22:10 binji