Useful Links
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
WebAssembly JavaScript API
Module Loading
Fetch API Integration
ArrayBuffer Handling
Streaming Compilation
Error Handling
Compilation Methods
WebAssembly.compile
WebAssembly.compileStreaming
Synchronous Compilation
Asynchronous Compilation
Compilation Caching
Instantiation Process
WebAssembly.instantiate
WebAssembly.instantiateStreaming
Import Object Creation
Instance Creation
Instantiation Error Handling
WebAssembly Objects
WebAssembly.Module
Module Validation
Module Serialization
Module Sharing
WebAssembly.Instance
Instance Properties
Exported Functions
Exported Objects
WebAssembly.Memory
Memory Buffer Access
Memory Growth Operations
Shared Memory
WebAssembly.Table
Table Element Access
Table Modification
Table Growth
WebAssembly.Global
Global Value Access
Mutable Global Updates
Previous
9. Import and Export System
Go to top
Next
11. JavaScript-WebAssembly Interoperability