File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 285285 * Features.** TailCall** : ` Features `
286286 * Features.** ReferenceTypes** : ` Features `
287287 * Features.** Multivalue** : ` Features `
288+ * Features.** StackSwitching** : ` Features `
289+ * Features.** SharedEverything** : ` Features `
290+ * Features.** FP16** : ` Features `
291+ * Features.** BulkMemoryOpt** : ` Features `
292+ * Features.** CallIndirectOverlong** : ` Features `
288293 * Features.** All** : ` Features `
289294
290295* Module#** setFeatures** (features: ` Features ` ): ` void ` <br />
Original file line number Diff line number Diff line change @@ -246,6 +246,11 @@ declare module binaryen {
246246 ExtendedConst ,
247247 Strings ,
248248 MultiMemory ,
249+ StackSwitching ,
250+ SharedEverything ,
251+ FP16 ,
252+ BulkMemoryOpt ,
253+ CallIndirectOverlong ,
249254 All
250255 }
251256
You can’t perform that action at this time.
0 commit comments