UsefulLinks
Computer Science
Web Development
WebAssembly
1. Introduction to WebAssembly
2. WebAssembly Module Structure
3. WebAssembly Text Format
4. Virtual Machine Architecture
5. Data Types and Type System
6. Linear Memory Model
7. Tables and Indirect Calls
8. Global Variables
9. Import and Export System
10. WebAssembly JavaScript API
11. JavaScript-WebAssembly Interoperability
12. Compilation Toolchains
13. Optimization Techniques
14. Security and Sandboxing
15. Performance Characteristics
16. Debugging WebAssembly
17. WebAssembly System Interface
18. Advanced WebAssembly Features
19. Practical Applications
8.
Global Variables
8.1.
Global Variable Types
8.1.1.
Mutable Globals
8.1.2.
Immutable Globals
8.1.3.
Initialization Values
8.2.
Global Access
8.2.1.
Global Get Operations
8.2.2.
Global Set Operations
8.2.3.
Cross-Module Globals
8.3.
Import and Export
8.3.1.
Importing Host Globals
8.3.2.
Exporting Module Globals
8.3.3.
Global Linking
Previous
7. Tables and Indirect Calls
Go to top
Next
9. Import and Export System