[PATCH] D145308: [lld][WebAssembly] Initial support for stub objects
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 09:03:37 PST 2023
dschuff added a comment.
I think this feature could also be useful in non-emscripten environments, e.g. you could have a stub library for each WASI API provided by the embedder. Does wasi-sdk just use `--allow-undefined` for this now? Stub libraries seem nicer than that.
@sunfish WDYT, does this look useful?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145308/new/
https://reviews.llvm.org/D145308
More information about the llvm-commits
mailing list