Skip to content
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

Add limited support for WebAssembly WASI target #21344

Closed
wants to merge 1 commit into from

Conversation

loganek
Copy link
Contributor

@loganek loganek commented Jul 2, 2023

As part of experiments regarding compiling CURL into WebAssembly/WASI and running on WAMR (socket API is not standardized yet) I had to make a few fixes to make an HTTPS call to a server. The change probably doesn't cover all the usecases, but it's a good start I guess.

If the community in general agrees with the approach, I'll update the CI scripts so we can make sure the WASM/WASI experience doesn't degrade. For now I'm just testing the water - feedback is very welcome.

Checklist
  • documentation is added or updated
  • tests are added or updated

@openssl-machine openssl-machine added the hold: cla required The contributor needs to submit a license agreement label Jul 2, 2023
@openssl-machine openssl-machine removed the hold: cla required The contributor needs to submit a license agreement label Jul 2, 2023
crypto/rand/rand_lib.c Outdated Show resolved Hide resolved
engines/e_afalg.c Outdated Show resolved Hide resolved
@paulidale paulidale added branch: master Merge to master branch triaged: feature The issue/pr requests/adds a feature tests: exempted The PR is exempt from requirements for testing labels Jul 3, 2023
@github-actions github-actions bot added the severity: fips change The pull request changes FIPS provider sources label Jul 3, 2023
@paulidale paulidale added the approval: review pending This pull request needs review by a committer label Jul 3, 2023
@github-actions github-actions bot removed the severity: fips change The pull request changes FIPS provider sources label Jul 3, 2023
@t-j-h t-j-h added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jul 5, 2023
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jul 6, 2023
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@paulidale
Copy link
Contributor

Merged, thanks for the contribution.

@paulidale paulidale closed this Jul 6, 2023
openssl-machine pushed a commit that referenced this pull request Jul 6, 2023
CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21344)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch tests: exempted The PR is exempt from requirements for testing triaged: feature The issue/pr requests/adds a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants