WebAssembly.instance.prototype
WebAssembly.instance.prototype
这是一项实验技术
在使用此产品之前,请仔细检查浏览器兼容性表。
WebAssembly.Instance.prototype
属性表示WebAssembly.Instance()
构造函数的原型。
| WebAssembly.Instance.prototype
属性特性 |
|:----|
| Writable | no |
| Enumerable | no |
| Configurable | no |
描述
所有WebAssembly.Instance
实例都继承自Instance.prototype
。WebAssembly.Instance()
构造函数的原型对象可以被修改以影响所有WebAssembly.Instance
实例。
属性
Instance.prototype.constructor
返回创建此对象实例的函数。默认情况下这是WebAssembly.Instance()
构造函数。Instance.prototype.exports
只读返回一个包含从WebAssembly模块实例导出的所有函数作为其成员的对象,以允许它们被JavaScript访问和使用。
方法
None.
规范
Specification | Status | Comment |
---|---|---|
Web Assembly JavaScript APIThe definition of 'WebAssembly.Module()' in that specification. | Draft | Initial draft definition. |
浏览器兼容性
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic Support | 57 | 16 | 522 | No | 44 | 11 |
Feature | Android | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic Support | 57 | 57 | (Yes)1 | 522 | No | ? | 11 |