-
Notifications
You must be signed in to change notification settings - Fork 114
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
Added support for wasm32-wasi target #119
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OtaK
force-pushed
the
otak/wasi-compat
branch
from
January 24, 2022 18:59
1f937b0
to
c1c5eaf
Compare
Ah ok sorry I didn't realize that this wasn't passing CI, I'll take another look when CI is passing for wasm32-wasi |
OtaK
force-pushed
the
otak/wasi-compat
branch
3 times, most recently
from
January 30, 2022 04:38
5446987
to
9c9b745
Compare
OtaK
force-pushed
the
otak/wasi-compat
branch
3 times, most recently
from
January 31, 2022 18:16
23a235a
to
f6b8806
Compare
OtaK
force-pushed
the
otak/wasi-compat
branch
from
February 1, 2022 11:01
f6b8806
to
12a81c4
Compare
OtaK
force-pushed
the
otak/wasi-compat
branch
from
February 1, 2022 11:08
12a81c4
to
a36aee6
Compare
Looks good to me, thanks! |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I'm currently on my way to make SQLite work with
wasm32-wasi
.So, one of the blockers was OpenSSL in general since SQLite depends heavily on it.
Here's my shot at it:
wasmtime
& set it up as test runnerThis should be the first step in closing sfackler/rust-openssl#1016
Should also supersede #113
Please give me any feedback! I'll tend to it ASAP.