forked from briansmith/ring
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm32: Add a
wasm32_unknown_unknown_js
feature to control use of w…
…eb APIs. Planning ahead for when WASI is to be supported, require the user to opt into using web APIs for thw wasm32-unknown-unknown target with a new feature, since wasm32-unknown-unknown could be used for either web or non-web environments. Don't bother updating the tests to use this new flag, since the tests aren't part of the "public API" of *ring*. When we add support for other WebAssembly environments (e.g. WASI) we'll update the tests then.
- Loading branch information
1 parent
d97ae1f
commit 8d78cb2
Showing
4 changed files
with
14 additions
and
7 deletions.
There are no files selected for viewing
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
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
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
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