Skip to content

wamr: remove dependency on LLVM. #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2022

Conversation

PiotrSikora
Copy link
Member

@PiotrSikora PiotrSikora commented Jan 31, 2022

WAMR is being used in an interpreter mode, without AOT and/or JIT,
so LLVM isn't needed, and it was previously unnecessarily built.

This can be reverted once we add support for precompiled modules.

Signed-off-by: Piotr Sikora [email protected]

We're using WAMR in interpreter mode, without AOT and/or JIT, so
the LLVM dependency wasn't used and it was unnecessarily built.

This can be reverted once we add support for precompiled modules.

Signed-off-by: Piotr Sikora <[email protected]>
@PiotrSikora PiotrSikora merged commit 10d5b06 into proxy-wasm:master Jan 31, 2022
PiotrSikora added a commit to PiotrSikora/proxy-wasm-cpp-host that referenced this pull request Feb 10, 2022
Following proxy-wasm#239, it builds fast enough.

Signed-off-by: Piotr Sikora <[email protected]>
PiotrSikora added a commit that referenced this pull request Feb 17, 2022
Following #239, it builds fast enough.

Signed-off-by: Piotr Sikora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants