Skip to content

Commit 3ea7bcb

Browse files
committed
Update feature flags
1 parent 9be76f6 commit 3ea7bcb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,11 @@ API
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 />

Diff for: index.d.ts

+5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)