We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should review the all the runtime feature flags and document their impact on the wasi build and select an appriate default setting for each.
for example:
<TrimMode>full</TrimMode> <WasmSingleFileBundle>true</WasmSingleFileBundle> <InvariantGlobalization>true</InvariantGlobalization> <InvariantTimezone>true</InvariantTimezone> <WasmBuildNative>true</WasmBuildNative> <WasmNativeStrip>false</WasmNativeStrip> <UseSystemResourceKeys>true</UseSystemResourceKeys> <PredefinedCulturesOnly>true</PredefinedCulturesOnly> <!-- some --> <MetricsSupport>false</MetricsSupport> <!-- nothing --> <DisableDependencyInjectionDynamicEngine>true</DisableDependencyInjectionDynamicEngine> <!-- nothing --> <JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault> <DebuggerSupport>false</DebuggerSupport> <EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding> <EventSourceSupport>false</EventSourceSupport> <EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization> <StartupHookSupport>false</StartupHookSupport> <AutoreleasePoolSupport>false</AutoreleasePoolSupport> <CustomResourceTypesSupport>false</CustomResourceTypesSupport> <MetadataUpdaterSupport>false</MetadataUpdaterSupport> <NullabilityInfoContextSupport>false</NullabilityInfoContextSupport> <DynamicCodeSupport>false</DynamicCodeSupport> <_AggressiveAttributeTrimming>true</_AggressiveAttributeTrimming>
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
arch-wasm, needs-area-label
arch-wasm
needs-area-label
Sorry, something went wrong.
#95486 made most of the feature flags shared between browser and wasi but we should still review the complete set
lewing
No branches or pull requests
We should review the all the runtime feature flags and document their impact on the wasi build and select an appriate default setting for each.
for example:
The text was updated successfully, but these errors were encountered: