forked from WebAssembly/WASI
-
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.
Add an agenda for the 03-26 meeting. (WebAssembly#248)
And add the notes for the 03-12 meeting.
- Loading branch information
1 parent
4d46981
commit c633510
Showing
3 changed files
with
100 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
 | ||
|
||
## Agenda for the March 26 video call of WASI Subgroup | ||
|
||
- **Where**: zoom.us | ||
- **When**: March 26, 16:00-17:00 UTC | ||
- **Location**: *link on calendar invite* | ||
- **Contact**: | ||
- Name: Dan Gohman | ||
- Email: [email protected] | ||
|
||
### Registration | ||
|
||
None required if you've attended before. Email Dan Gohman to sign up if it's | ||
your first time. The meeting is open to CG members only. | ||
|
||
## Logistics | ||
|
||
The meeting will be on a zoom.us video conference. | ||
Installation is required, see the calendar invite. | ||
|
||
## Agenda items | ||
|
||
1. Opening, welcome and roll call | ||
1. Please help add your name to the meeting notes. | ||
1. Please help take notes. | ||
1. Thanks! | ||
1. Proposals and discussions | ||
1. WASI currently uses a POSIX-like `errno` enum, but that seems | ||
not well suited for less POSIX-like APIs: | ||
https://github.com/WebAssembly/WASI-crypto/pull/13#issuecomment-599324384 | ||
Many systems have evolved to having a single error enum shared | ||
across the whole system. Is it ok if we don't aim for that? | ||
1. POSIX tries hard not to let syscalls cause segfaults, returning | ||
things like `EFAULT` instead. There may be some value in this for | ||
POSIX compatibility, but how valuable is this otherwise? Should | ||
other WASI APIs be allowed to trap? | ||
1. Evolving idea: wasi-sdk API for extra emulation: | ||
1. `-D_WASILIBC_EMULATED_MMAN` | ||
1. `-D_WASILIBC_EMULATED_PAUSE` | ||
1. `-D_WASILIBC_EMULATED_RAISE` | ||
1. ... | ||
1. `-D_WASILIBC_EMULATED_ALL` ? | ||
and | ||
1. `-lwasi-emulated-mman` | ||
1. `-lwasi-emulated-pause` | ||
1. `-lwasi-emulated-raise` | ||
1. ... | ||
1. `-lwasi-emulated-all` ? | ||
|
||
## Meeting Notes |
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