-
Notifications
You must be signed in to change notification settings - Fork 23.2k
Expand file tree
/
Copy pathwebassemblysidebar.yaml
More file actions
311 lines (310 loc) · 12.9 KB
/
webassemblysidebar.yaml
File metadata and controls
311 lines (310 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
# Do not add comments to this file. They will be lost.
sidebar:
- type: section
link: /WebAssembly
title: WebAssembly
- type: section
link: /WebAssembly/Guides
title: Guides
- link: /WebAssembly/Guides/Concepts
title: WebAssembly_concepts
- title: Compiling_WebAssembly
details: closed
children:
- link: /WebAssembly/Guides/C_to_Wasm
title: Compiling_to_Wasm
- link: /WebAssembly/Guides/Existing_C_to_Wasm
title: Existing_C_to_Wasm
- link: /WebAssembly/Guides/Rust_to_Wasm
title: Compiling_Rust_to_Wasm
- title: Language_guide
details: closed
children:
- link: /WebAssembly/Guides/Understanding_the_text_format
title: Text_format
- link: /WebAssembly/Guides/Text_format_to_Wasm
title: Text_format_to_Wasm
- link: /WebAssembly/Guides/Exported_functions
title: Exported_functions
- link: /WebAssembly/Guides/JavaScript_builtins
title: JavaScript_builtins
- link: /WebAssembly/Guides/Imported_string_constants
title: Imported_string_constants
- title: API_guide
details: closed
children:
- link: /WebAssembly/Guides/Using_the_JavaScript_API
title: JavaScript_API
- link: /WebAssembly/Guides/Loading_and_running
title: Loading_and_running
- type: section
link: /WebAssembly/Reference
title: Reference
- title: JavaScript_interface
details: closed
children:
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface
tags:
- webassembly-function
- unknown
link: /WebAssembly/Reference/JavaScript_interface
title: <code>WebAssembly</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Module
link: /WebAssembly/Reference/JavaScript_interface/Module
title: <code>WebAssembly.Module</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Global
link: /WebAssembly/Reference/JavaScript_interface/Global
title: <code>WebAssembly.Global</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Instance
link: /WebAssembly/Reference/JavaScript_interface/Instance
title: <code>WebAssembly.Instance</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Memory
link: /WebAssembly/Reference/JavaScript_interface/Memory
title: <code>WebAssembly.Memory</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Table
link: /WebAssembly/Reference/JavaScript_interface/Table
title: <code>WebAssembly.Table</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Tag
link: /WebAssembly/Reference/JavaScript_interface/Tag
title: <code>WebAssembly.Tag</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/Exception
link: /WebAssembly/Reference/JavaScript_interface/Exception
title: <code>WebAssembly.Exception</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/CompileError
link: /WebAssembly/Reference/JavaScript_interface/CompileError
title: <code>WebAssembly.CompileError</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/LinkError
link: /WebAssembly/Reference/JavaScript_interface/LinkError
title: <code>WebAssembly.LinkError</code>
details: closed
code: true
- type: listSubPages
path: /WebAssembly/Reference/JavaScript_interface/RuntimeError
link: /WebAssembly/Reference/JavaScript_interface/RuntimeError
title: <code>WebAssembly.RuntimeError</code>
details: closed
code: true
- link: /WebAssembly/Reference/Value_types
title: Value_types
details: closed
children:
- link: /WebAssembly/Reference/Value_types/i32
title: <code>i32</code>
- link: /WebAssembly/Reference/Value_types/i64
title: <code>i64</code>
- link: /WebAssembly/Reference/Value_types/f32
title: <code>f32</code>
- link: /WebAssembly/Reference/Value_types/f64
title: <code>f64</code>
- link: /WebAssembly/Reference/Value_types/v128
title: <code>v128</code>
- link: /WebAssembly/Reference/Value_types/funcref
title: <code>funcref</code>
- link: /WebAssembly/Reference/Value_types/exnref
title: <code>exnref</code>
- link: /WebAssembly/Reference/Value_types/externref
title: <code>externref</code>
- link: /WebAssembly/Reference/Definitions
title: Definitions
details: closed
children:
- title: Types
details: closed
children:
- link: /WebAssembly/Reference/Definitions/types/func
title: <code>func</code>
- link: /WebAssembly/Reference/Definitions/global
title: <code>global</code>
- link: /WebAssembly/Reference/Definitions/table
title: <code>table</code>
- link: /WebAssembly/Reference/Definitions/tag
title: <code>tag</code>
- title: Instructions
details: closed
children:
- type: listSubPages
path: /WebAssembly/Reference/Control_flow
link: /WebAssembly/Reference/Control_flow
title: Control flow
details: closed
- link: /WebAssembly/Reference/Exception_handling
title: Exception handling
details: closed
children:
- link: /WebAssembly/Reference/Exception_handling/throw
title: throw
- link: /WebAssembly/Reference/Exception_handling/throw_ref
title: throw_ref
- type: listSubPages
path: /WebAssembly/Reference/Exception_handling/try_table
link: /WebAssembly/Reference/Exception_handling/try_table
title: try_table
details: closed
- type: listSubPages
path: /WebAssembly/Reference/Memory
link: /WebAssembly/Reference/Memory
title: Memory
details: closed
- type: listSubPages
path: /WebAssembly/Reference/Numeric
link: /WebAssembly/Reference/Numeric
title: Numeric
details: closed
- link: /WebAssembly/Reference/SIMD
title: SIMD
details: closed
children:
- type: listSubPages
path: /WebAssembly/Reference/SIMD/arithmetic
link: /WebAssembly/Reference/SIMD/arithmetic
title: Arithmetic
details: closed
- type: listSubPages
path: /WebAssembly/Reference/SIMD/bitwise
link: /WebAssembly/Reference/SIMD/bitwise
title: Bitwise
details: closed
- type: listSubPages
path: /WebAssembly/Reference/SIMD/conversion
link: /WebAssembly/Reference/SIMD/conversion
title: Conversion
details: closed
- type: listSubPages
path: /WebAssembly/Reference/SIMD/extract
link: /WebAssembly/Reference/SIMD/extract
title: Extract
details: closed
- type: listSubPages
path: /WebAssembly/Reference/SIMD/load_store
link: /WebAssembly/Reference/SIMD/load_store
title: Load and store
details: closed
- type: listSubPages
path: /WebAssembly/Reference/Table
link: /WebAssembly/Reference/Table
title: Table
details: closed
- type: listSubPages
path: /WebAssembly/Reference/Variables
link: /WebAssembly/Reference/Variables
title: Variables
details: closed
l10n:
de:
WebAssembly_concepts: WebAssembly-Konzepte
Compiling_to_Wasm: C/C++ zu WebAssembly kompilieren
Existing_C_to_Wasm: Compiling an existing C module to WebAssembly
Compiling_Rust_to_Wasm: Rust zu WebAssembly kompilieren
JavaScript_API: WebAssembly-JavaScript-API verwenden
Text_format: WebAssembly-Textformat verstehen
Text_format_to_Wasm: Converting WebAssembly text format
Loading_and_running: WebAssembly-Code laden und ausführen
Exported_functions: Exportierte WebAssembly-Funktionen
JavaScript_builtins: JavaScript-Standardobjekte
Imported_string_constants: Importierte globale String-Konstanten
JavaScript_interface: JavaScript-Schnittstelle
en-US:
WebAssembly_concepts: WebAssembly concepts
Compiling_WebAssembly: Compiling WebAssembly
Language_guide: WebAssembly language
API_guide: JavaScript API guide
Value_types: Value types
Types: Types
Compiling_to_Wasm: Compiling a new C/C++ module to WebAssembly
Existing_C_to_Wasm: Compiling an existing C module to WebAssembly
Compiling_Rust_to_Wasm: Compiling from Rust to WebAssembly
JavaScript_API: Using the WebAssembly JavaScript API
Text_format: Understanding WebAssembly text format
Text_format_to_Wasm: Converting WebAssembly text format to binary
Loading_and_running: Loading and running WebAssembly code
Exported_functions: Exported WebAssembly functions
JavaScript_builtins: JavaScript builtins
Imported_string_constants: Imported global string constants
JavaScript_interface: JavaScript interface
fr:
WebAssembly_concepts: Concepts WebAssembly
Compiling_to_Wasm: Compiler du C/C++ en WebAssembly
Existing_C_to_Wasm: Compiling an existing C module to WebAssembly
Compiling_Rust_to_Wasm: Compiler du Rust en WebAssembly
JavaScript_API: Utiliser l'API JavaScript WebAssembly
Text_format: Comprendre le format texte WebAssembly
Text_format_to_Wasm: Converting WebAssembly text format
Loading_and_running: Chargement et exécution de code WebAssembly
Exported_functions: Fonctions WebAssembly exportées
JavaScript_interface: JavaScript interface
ko:
WebAssembly_concepts: 웹어셈블리의 개념
Compiling_to_Wasm: C/C++ 모듈을 웹어셈블리로 컴파일하기
Existing_C_to_Wasm: Compiling an existing C module to WebAssembly
Compiling_Rust_to_Wasm: Rust를 웹어셈블리로 컴파일하기
JavaScript_API: 웹어셈블리 JavaScript API 사용하기
Text_format: 웹어셈블리 텍스트 형식 이해하기
Text_format_to_Wasm: Converting WebAssembly text format
Loading_and_running: 웹어셈블리 코드 로딩하고 실행하기
Exported_functions: 내보낸 웹어셈블리(Exported WebAssembly) 함수
JavaScript_interface: JavaScript 인터페이스
ja:
WebAssembly_concepts: WebAssembly の概要
Compiling_to_Wasm: C/C++ から WebAssembly へのコンパイル
Existing_C_to_Wasm: 既存の C モジュールから WebAssembly へのコンパイル
Compiling_Rust_to_Wasm: Rust から WebAssembly にコンパイル
JavaScript_API: WebAssembly JavaScript API の使用
Text_format: WebAssembly テキスト形式の理解
Text_format_to_Wasm: WebAssembly テキスト形式から Wasm への変換
Loading_and_running: WebAssembly コードの読み込みと実行
Exported_functions: エクスポートされた WebAssembly 関数
JavaScript_builtins: JavaScript 組み込み
Imported_string_constants: インポートしたグローバル文字列定数
JavaScript_interface: JavaScript インターフェイス
ru:
WebAssembly_concepts: Основы WebAssembly
Compiling_to_Wasm: Компиляция кода C/C++ в WebAssembly
Existing_C_to_Wasm: Compiling an existing C module to WebAssembly
Compiling_Rust_to_Wasm: Компиляция Rust в WebAssembly
JavaScript_API: Использование WebAssembly JavaScript API
Text_format: Описание текстового формата WebAssembly
Text_format_to_Wasm: Converting WebAssembly text format
Loading_and_running: Загрузка и запуск кода WebAssembly
Exported_functions: Экспортируемые функции WebAssembly
JavaScript_interface: JavaScript interface
zh-CN:
WebAssembly_concepts: WebAssembly 概念
Compiling_to_Wasm: 将 C/C++ 编译为 WebAssembly
Existing_C_to_Wasm: 将已有的 C 文件编译为 WebAssembly
Compiling_Rust_to_Wasm: 将 Rust 编译为 WebAssembly
JavaScript_API: 使用 WebAssembly JavaScript API
Text_format: 理解 WebAssembly 文本格式
Text_format_to_Wasm: 编译 WebAssembly 文本格式
Loading_and_running: 加载和运行 WebAssembly 代码
Exported_functions: 导出的 WebAssembly 函数
JavaScript_builtins: JavaScript 内置函数
Imported_string_constants: 导入的全局字符串常量
JavaScript_interface: JavaScript 接口