Stream: git-wasmtime

Topic: wasmtime / Issue #1970 Add __dso_handle to exception list...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 20:56):

sunfishcode commented on Issue #1970:

Are you compiling with any special flags, or does clang-8 do this by default?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 21:04):

jlb6740 commented on Issue #1970:

Are you compiling with any special flags, or does clang-8 do this by default?

At first thought this was because I was export_all, but I removed that and related linker options and it seems to do this by default. My build is as so:

/usr/bin/clang-8 -DWASM_ENTRY --sysroot=../wasi_libc/build/wasi_libc/sysroot/ --target=wasm32-unknown-wasi -ggdb -gdwarf -DNO_WASI_SUPPORT --std=c99 -Ofast -Wall -W -I../include -c ./fib2.c -o fib2.c.debug.wasm.o
/usr/bin/clang-8 -DWASM_ENTRY --sysroot=../wasi_libc/build/wasi_libc/sysroot/ --target=wasm32-unknown-wasi -ggdb -gdwarf -DNO_WASI_SUPPORT --std=c99 -Ofast -Wall -W -I../include fib2.c.debug.wasm.o -o fib2.c.debug.wasm -nostartfiles

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 21:04):

jlb6740 commented on Issue #1970:

Per discussion, I'll go ahead and merge if CI is ok.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 21:05):

jlb6740 edited a comment on Issue #1970:

Are you compiling with any special flags, or does clang-8 do this by default?

At first I assumed this was because I was export_all, but I removed that and related linker options and it seems to do this by default. My build is as so:

/usr/bin/clang-8 -DWASM_ENTRY --sysroot=../wasi_libc/build/wasi_libc/sysroot/ --target=wasm32-unknown-wasi -ggdb -gdwarf -DNO_WASI_SUPPORT --std=c99 -Ofast -Wall -W -I../include -c ./fib2.c -o fib2.c.debug.wasm.o
/usr/bin/clang-8 -DWASM_ENTRY --sysroot=../wasi_libc/build/wasi_libc/sysroot/ --target=wasm32-unknown-wasi -ggdb -gdwarf -DNO_WASI_SUPPORT --std=c99 -Ofast -Wall -W -I../include fib2.c.debug.wasm.o -o fib2.c.debug.wasm -nostartfiles

view this post on Zulip Wasmtime GitHub notifications bot (Jul 02 2020 at 21:44):

github-actions[bot] commented on Issue #1970:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>


Last updated: Nov 22 2024 at 16:03 UTC