diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-12-29 17:59:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-29 17:59:44 -0500 |
| commit | 40ba4d4a89cc30ac5f5cbb560a2f8d75f0b3145e (patch) | |
| tree | 7e54829c07e67957f02ae28b626149bd3a893f35 /src/link.zig | |
| parent | 0d83487dd098f9498d907f06535e645cc8bcf3de (diff) | |
| parent | 8403612adc67d6398b3664b20eb453475688bd46 (diff) | |
| download | zig-40ba4d4a89cc30ac5f5cbb560a2f8d75f0b3145e.tar.gz zig-40ba4d4a89cc30ac5f5cbb560a2f8d75f0b3145e.zip | |
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
WebAssembly: remove unconditional --allow-undefined flag
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig index 001cc709e4..33c5feb727 100644 --- a/src/link.zig +++ b/src/link.zig @@ -128,6 +128,7 @@ pub const Options = struct { compress_debug_sections: CompressDebugSections, bind_global_refs_locally: bool, import_memory: bool, + import_symbols: bool, import_table: bool, export_table: bool, initial_memory: ?u64, |
