instantiate() 方法的成功结果。
instantiate()
The result of a successful instantiate() call.
新的 WebAssembly.Instance 对象。
WebAssembly.Instance
A new WebAssembly.Instance object.
实例化的 WebAssembly.Module 对象。
WebAssembly.Module
The WebAssembly.Module object that was instantiated.
Zh
instantiate()
方法的成功结果。En
The result of a successful
instantiate()
call.