Stream: git-wasmtime

Topic: wasmtime / PR #1327 Add support for hidden visibility


view this post on Zulip Wasmtime GitHub notifications bot (Mar 16 2020 at 10:36):

bjorn3 opened PR #1327 from linkage_hidden to master:

This makes it possible to export less symbols from dylibs. This may be required to prevent conflicting definitions of a symbol. It also makes the linker faster when linking against a dylib compiled by Cranelift.

Fixes #1325

view this post on Zulip Wasmtime GitHub notifications bot (Mar 16 2020 at 10:38):

bjorn3 updated PR #1327 from linkage_hidden to master:

This makes it possible to export less symbols from dylibs. This may be required to prevent conflicting definitions of a symbol. It also makes the linker faster when linking against a dylib compiled by Cranelift.

Fixes #1325

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 10:49):

bnjbvr requested pchickey for a review on PR #1327.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 16:48):

pchickey submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 16:51):

bjorn3 updated PR #1327 from linkage_hidden to master:

This makes it possible to export less symbols from dylibs. This may be required to prevent conflicting definitions of a symbol. It also makes the linker faster when linking against a dylib compiled by Cranelift.

Fixes #1325

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 16:55):

pchickey submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 18:34):

pchickey merged PR #1327.


Last updated: Nov 22 2024 at 16:03 UTC