Stream: git-wasmtime

Topic: wasmtime / PR #3010 Connect helper C symbols to their sta...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 21 2021 at 14:27):

alexcrichton opened PR #3010 from fix-dylib to main:

This commit adds a #[link] annotation to the block defining symbols
coming from a native static library that we build and link. This is
required by rustc to get symbols to get exported correctly when linking
wasmtime into a Rust dynamic library instead of always as an rlib.

While I was at it I went ahead and renamed the symbols now that they're
no longer in C++ and they're doing setjmp/longjmp and not much else.

Closes #3006

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jun 21 2021 at 15:54):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 21 2021 at 15:54):

cfallin merged PR #3010.


Last updated: Nov 22 2024 at 16:03 UTC