This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
The WebAssembly.Module.prototype property represents the prototype for the WebAssembly.Module() constructor.
Property attributes of WebAssembly.Module.prototype |
|
|---|---|
| Writable | no |
| Enumerable | no |
| Configurable | no |
Description
All WebAssembly.Module instances inherit from Module.prototype. The prototype object of the WebAssembly.Module() constructor can be modified to affect all WebAssembly.Module instances.
Properties
Module.prototype.constructor- Returns the function that created this object's instance. By default this is the
WebAssembly.Module()constructor. Module.prototype[@@toStringTag]- The initial value of the @@toStringTag property is the String value "WebAssembly.Module".
Methods
None.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Web Assembly JavaScript API The definition of 'WebAssembly.Module()' in that specification. |
Draft | Initial draft definition. |
Browser compatibility
| Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
|---|---|---|---|---|---|---|
| Basic support | 57 | No support | 52 (52) | No support | (Yes) | No support |
| Feature | Chrome for Android | Android Webview | Edge Mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|---|---|
| Basic support | 57 | 57 | No support | 52.0 (52) | No support | No support | No support |
See also
Document Tags and Contributors
Tags:
Contributors to this page:
fscholz,
chrisdavidmills
Last updated by:
fscholz,