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

Update uvwasi repository address #693

Merged
merged 1 commit into from
Jan 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Licensed under the [Apache License, Version 2.0].
[C API]: ./include/fizzy/fizzy.h

[WASI]: https://github.com/WebAssembly/WASI
[uvwasi]: https://github.com/cjihrig/uvwasi
[uvwasi]: https://github.com/nodejs/uvwasi
[wasi_snapshot_preview1]: https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/witx/wasi_snapshot_preview1.witx

[webassembly badge]: https://img.shields.io/badge/WebAssembly-Engine-informational.svg?logo=webassembly
Expand Down
2 changes: 1 addition & 1 deletion cmake/ProjectUVWASI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ExternalProject_Add(uvwasi
DOWNLOAD_DIR ${prefix}/downloads
SOURCE_DIR ${source_dir}
BINARY_DIR ${binary_dir}
URL https://github.com/cjihrig/uvwasi/archive/v0.0.10.tar.gz
URL https://github.com/nodejs/uvwasi/archive/v0.0.10.tar.gz
URL_HASH SHA256=39135f4dd4a44013399ceed7166391ffc5c09655e4bfbf851da2be039e6985df
CMAKE_ARGS
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
Expand Down
2 changes: 1 addition & 1 deletion tools/wasi/wasi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ bool run(int argc, const char** argv)
};

// Initialisation settings.
// TODO: Make const after https://github.com/cjihrig/uvwasi/pull/155 is merged.
// TODO: Make const after https://github.com/nodejs/uvwasi/pull/155 is merged.
uvwasi_options_t options = {
3, // sizeof fd_table
0, nullptr, // NOTE: no remappings
Expand Down