lucet icon indicating copy to clipboard operation
lucet copied to clipboard

Partially address #282 - allow statically linked wasm modules

Open shravanrn opened this issue 4 years ago • 1 comments

This small change allows the first step in allowing use of statically linked wasm modules - allow use of symbols from the current binary. This works only if

  1. There is only one wasm module statically linked
  2. The application is compiled with "rdynamic" linker flag

I built this on another PR (for optionally excluding minisign) which modifies similar code so that there won't be merge conflicts. So please ignore the "combined diff of the 2 PRs/commits" and only see the diff of the one commit for this change.

shravanrn avatar Sep 16 '19 04:09 shravanrn

This PR was closed as a byproduct of deleting the branch named master. If this is still an active PR, re-open as a new PR against main.

pchickey avatar Jun 26 '20 00:06 pchickey