- Learn WebAssembly
- Mike Rourke
- 67字
- 2021-08-13 15:38:54
WebAssembly.Instance
The WebAssembly.Instance object is the instantiated WebAssembly module, which means you can call exported WebAssembly functions from it. Calling instantiate() or instantiateStreaming() returns a Promise that resolves with an object containing an instance. You call WebAssembly functions by referencing the name of the function on the instance's export property. For example, if a module contained an exported function named sayHello(), you'd call the function using instance.exports.sayHello().
推薦閱讀
- TensorFlow Lite移動端深度學習
- Raspberry Pi Networking Cookbook(Second Edition)
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Python從菜鳥到高手(第2版)
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- MariaDB High Performance
- 程序員修煉之道:通向務實的最高境界(第2版)
- 小程序開發原理與實戰
- Java網絡編程實戰
- 0 bug:C/C++商用工程之道
- Clojure for Java Developers
- JavaScript機器人編程指南
- CryENGINE Game Programming with C++,C#,and Lua
- Hadoop Blueprints
- Visual C#(學習筆記)