Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Partially address #282 - allow statically linked wasm modules #301

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shravanrn
Copy link
Contributor

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.

@pchickey pchickey closed this Jun 26, 2020
@pchickey
Copy link
Contributor

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.

@acfoltzer acfoltzer reopened this Jun 26, 2020
@acfoltzer acfoltzer changed the base branch from master to main June 26, 2020 00:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants