This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic Import/Export of Mutable Globals
Champion Ben Smith @binji
Status in progress
Phase standardize
Linked issues
Linked repositories github.com/WebAssembly/mutable-global
Details
Imported and exported globals can now be mutable. In the Web binding, exported globals are now of type WebAssembly.Global, rather than converted to a JavaScript Number.