File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 285
285
* Features.** TailCall** : ` Features `
286
286
* Features.** ReferenceTypes** : ` Features `
287
287
* Features.** Multivalue** : ` Features `
288
+ * Features.** StackSwitching** : ` Features `
289
+ * Features.** SharedEverything** : ` Features `
290
+ * Features.** FP16** : ` Features `
291
+ * Features.** BulkMemoryOpt** : ` Features `
292
+ * Features.** CallIndirectOverlong** : ` Features `
288
293
* Features.** All** : ` Features `
289
294
290
295
* Module#** setFeatures** (features: ` Features ` ): ` void ` <br />
Original file line number Diff line number Diff line change @@ -246,6 +246,11 @@ declare module binaryen {
246
246
ExtendedConst ,
247
247
Strings ,
248
248
MultiMemory ,
249
+ StackSwitching ,
250
+ SharedEverything ,
251
+ FP16 ,
252
+ BulkMemoryOpt ,
253
+ CallIndirectOverlong ,
249
254
All
250
255
}
251
256
You can’t perform that action at this time.
0 commit comments