We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31de62 commit f8fcf1aCopy full SHA for f8fcf1a
Linking.md
@@ -251,6 +251,9 @@ The current set of valid flags for symbols are:
251
- `0x10 / WASM_SYM_UNDEFINED` - Indicating that this symbol is not defined.
252
For function/global/event symbols, must match whether the symbol is an import
253
or is defined; for data symbols, determines whether a segment is specified.
254
+- `0x20 / WASM_SYM_EXPORTED` - The symbol is intended to be exported from the
255
+ wasm module to the host environment. This differs from the visibility flags
256
+ in that it effects the static linker.
257
258
For `WASM_COMDAT_INFO` the following fields are present in the
259
subsection:
0 commit comments