[PATCH] D91577: [lld][WebAssembly] Add --unresolved-symbols=import-dynamic

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 17:00:41 PST 2020


dschuff added a comment.

I was curious about emscripten. You mean that this is the mode that links the final wasm? Does emscripten allow users to inject JS functions that are directly imported by the wasm? (I assume we could use that mode for JS functions that are directly packaged by emscripten if we wanted).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91577/new/

https://reviews.llvm.org/D91577



More information about the llvm-commits mailing list