From d993f886eb68e3a2a38a0fb35106f801c39c5e62 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 18 Sep 2023 19:34:17 +0900 Subject: [PATCH] Conform the Web Assembly WG charter to current charter template --- 2023/OLD-wasm-wg.html | 525 ++++++++++++++++++++++++++++++++++++++++++ 2023/wasm-wg.html | 192 ++++++++------- 2 files changed, 615 insertions(+), 102 deletions(-) create mode 100644 2023/OLD-wasm-wg.html diff --git a/2023/OLD-wasm-wg.html b/2023/OLD-wasm-wg.html new file mode 100644 index 00000000..aa88b457 --- /dev/null +++ b/2023/OLD-wasm-wg.html @@ -0,0 +1,525 @@ + + + + + WebAssembly Working Group Charter + + + + + + + + + +
+

Web Assembly Working Group Charter

+ +

The mission of the WebAssembly Working Group is to standardize a size- and load-time-efficient format and execution environment, allowing compilation to the web with consistent behavior across a variety of implementations.

+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Start date + + TBD +
+ End date + + TBD +
Charter extensionSee Change History. +
+ Chairs + +
    +
  • Derek Schuff (Google)
  • +
  • Luke Wagner (Fastly)
  • +
+
+ Team Contacts + + Michael[tm] Smith (0.15 FTE) +
+ Meeting Schedule + + Teleconferences: We will meet by teleconference + approximately once per month. +
+ Face-to-face: + We will meet during the W3C’s annual W3C Technical Plenary / Advisory Committee Meetings Week; + additional face-to-face meetings may be scheduled, + usually no more than 3 per year, + per Process. + Teleconference access to face-to-face meetings will be made + available. +
+ +
+ + + +
+

Scope

+

+ The scope of the WebAssembly Working Group comprises addressing the need + for native-performance code on the Web in applications ranging from 3D + games to speech recognition to codecs—and in any other contexts in which + a common mechanism for enabling high-performance code is relevant—by + providing a standardized portable, size-, and load-time-efficient format + and execution environment that + attempts to maximize performance and interoperate gracefully with + JavaScript and the Web, while ensuring security and consistent behavior + across a variety of implementations. +

+

+ Since the inception of the Web, various technologies have been + developed to allow “native” applications on the Web. + Techniques such as user consent with digital signatures and + Virtual Machines with different capabilities than JavaScript + failed to be robust in the face of increasingly high security + requirements. + + Later efforts like + Native Client, + which featured robust security, failed to achieve cross-browser + adoption. + + Cross-compilation to JavaScript using + Emscripten, + especially using the machine-optimization subset called + asm.js, + achieved some degree of success. However, consistent cross-browser + performance, shared memory threads, and other machine features have + proved elusive. +

+

+ The WebAssembly format and execution environment address + the shortcomings of those previous efforts. +

+ +
+ +
+

+ Deliverables +

+ +

+ Revisions to the WebAssembly Recommendation will be proposed periodically, capturing changes that have been incrementally adopted by the Working Group. + Each successive version will incrementally incorporate improvements to support more machine level operations, increase performance, or to better inter-operate with embedding platforms, including features such as: +

    +
  • Multiple return values
  • +
  • Multiple memories + tables
  • +
  • Threads + shared memory
  • +
  • SIMD
  • +
  • Reference types
  • +
  • Exception handling
  • +
  • Garbage collected object support
  • +
  • Interface types
  • +
+ +

Draft state indicates the state of the deliverable at the time of the charter approval. Expected completion indicates when the deliverable is projected to become a Recommendation, or otherwise reach a stable state.

+ +
+

+ Normative Specifications +

+

+ The Working Group will deliver the new revisions of the following W3C normative specifications: +

+
+
WebAssembly Core Specification
+
This document describes the core WebAssembly standard, a safe, portable, low-level code format designed for efficient execution and compact representation.
+
WebAssembly JavaScript Interface
+
This document describes the integration of WebAssembly with the broader web platform.
+
WebAssembly Web API
+
This document provides an explicit JavaScript API for interacting with WebAssembly.
+
+

+ The Working Group will also deliver the following new specifications: +

+
Component Model
+
This document defines what a Web Assembly “component” is, and defines the embedding of components into native JavaScript runtimes.
+
+

+ + +
+ +
+

+ Other Deliverables +

+

+ Other non-normative documents may be created such as: +

+
    +
  • An OCaml reference interpreter
  • +
  • Use case and requirement documents;
  • +
  • Test suite and implementation report for the specification;
  • +
  • Primer or Best Practice documents to support web developers when designing applications.
  • +
+
+
+ +
+

Success Criteria

+

In order to advance to Proposed Recommendation, each specification is expected to have at least two independent implementations of each of feature defined in the specification.

+

Each specification should contain a section detailing all known security and privacy implications for implementers, Web authors, and end users.

+

There should be testing plans for each specification, starting from the earliest drafts.

+

To promote interoperability, all changes made to specifications should have tests.

+
+ +
+

Coordination

+

For all specifications, this Working Group Group will seek horizontal review for + accessibility, internationalization, performance, privacy, and security with the relevant Working and + Interest Groups, and with the TAG. + Invitation for review must be issued during each major standards-track document transition, including + FPWD. The + Working Group Group is encouraged to engage collaboratively with the horizontal review groups throughout development of + each specification. The Working Group Group is advised to seek a review at least 3 months before first entering + CR and is encouraged + to proactively notify the horizontal review groups when major changes occur in a specification following a review.

+ +

Additional technical coordination with the following Groups will be made, per the W3C Process Document:

+ +
+

W3C Groups

+
+
WebAssembly Community Group
+
Coordination on seed specification to begin the standards process.
+
Web Applications Working Group
+
Coordination on WebAssembly-specific bindings to existing Web APIs (or interpreting existing WebIDL as it relates to WebAssembly).
+
+
+ +
+

External Organizations

+
+
+ TC39 - ECMAScript Standards Body
+
Coordination on integration with JavaScript, particularly on + SharedArrayBuffer + and its memory model
+
Khronos Group
+
Coordination on WebAssembly-specific bindings to + WebGL.
+
WebGPU Community Group
+
Coordinate on WebAssembly interoperability, performance, and ergonomics.
+
+
+
+ + + +
+

+ Participation +

+

+ To be successful, this Working Group is expected to have 6 or more active participants for its duration, including representatives from the key implementors of this specification, and active Editors and Test Leads for each specification. The Chairs, specification Editors, and Test Leads are expected to contribute half of a working day per week towards the Working Group. There is no minimum requirement for other Participants. +

+

+ The group encourages questions, comments and issues on its public mailing lists and document repositories, as described in Communication. +

+

+ The group also welcomes non-Members to contribute technical submissions for consideration upon their agreement to the terms of the W3C Patent Policy. +

+

Participants in the group are required (by the W3C Process) to follow the + W3C Code of Ethics and Professional Conduct.

+
+ + + +
+

+ Communication +

+

+ Technical discussions for this Working Group are conducted in public: the meeting minutes from teleconference and face-to-face meetings will be archived for public review, and technical discussions and issue tracking will be conducted in a manner that can be both read and written to by the general public. Working Drafts and Editor's Drafts of specifications will be developed on a public repository and may permit direct public contribution requests. + The meetings themselves are not open to public participation, however. +

+

+ Information about the group (including details about deliverables, issues, actions, status, participants, and meetings) will be available from the WebAssembly Working Group home page. +

+

+ Most WebAssembly Working Group teleconferences will focus on discussion of particular specifications, and will be conducted on an as-needed basis. +

+

+ This group primarily conducts its technical work on GitHub issues. + The public is invited to review, discuss and contribute to this work. +

+

+ The group may use a Member-confidential mailing list for administrative purposes and, at the discretion of the Chairs and members of the group, for member-only discussions in special cases when a participant requests such a discussion. +

+
+ + + +
+

+ Decision Policy +

+

+ This group will seek to make decisions through consensus and due process, per the W3C Process Document (section 3.3). Typically, an editor or other participant makes an initial proposal, which is then refined in discussion with members of the group and other reviewers, and consensus emerges with little formal voting being required.

+

+ However, if a decision is necessary for timely progress and consensus is not achieved after careful consideration of the range of views presented, the Chairs may call for a group vote and record a decision along with any objections. +

+

+ To afford asynchronous decisions and organizational deliberation, any resolution (including publication decisions) taken in a face-to-face meeting or teleconference will be considered provisional. + + A call for consensus (CfC) will be issued for all resolutions (for example, via email and/or web-based survey), with a response period from one week to 10 working days, depending on the chair's evaluation of the group consensus on the issue. + + If no objections are raised on the mailing list by the end of the response period, the resolution will be considered to have consensus as a resolution of the Working Group. +

+

+ All decisions made by the group should be considered resolved unless and until new information becomes available or unless reopened at the discretion of the Chairs or the Director. +

+

+ This charter is written in accordance with the W3C Process Document (Section 3.4, Votes) and includes no voting procedures beyond what the Process Document requires. +

+
+ + + +
+ +

+ Patent Policy +

+

+ This Working Group operates under the W3C Patent Policy (Version of 5 February 2004 updated 1 August 2017). To promote the widest adoption of Web standards, W3C seeks to issue Recommendations that can be implemented, according to this policy, on a Royalty-Free basis. + + For more information about disclosure obligations for this group, please see the W3C Patent Policy Implementation. +

+
+ + + +
+

Licensing

+

This Working Group will use the W3C Software and Document license for all its deliverables.

+
+ + + +
+

+ About this Charter +

+

+ This charter has been created according to section 5.2 of the Process Document. In the event of a conflict between this document or the provisions of any charter and the W3C Process, the W3C Process shall take precedence. +

+ +
+

+ Charter History +

+ +

The following table lists details of all changes from the initial charter, per the W3C Process Document (section 5.2.3):

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Charter Period + + Start Date + + End Date + + Changes +
+ Initial Charter + + 2017-08-03 + + 2019-07-31 + + none +
+ Charter Extension + + 2019-08-01 + + 2019-12-31 + + Group extended until 2019-12-31 +
+ Charter Extension + + 2020-01-01 + + 2020-02-28 + + Group extended until 2020-02-28 +
+ Rechartered + + 2020-03-09 + + 2022-02-28 + +

The WebAssembly spec has been split into 3 parts.

+
+ Charter Extension + + 2022-04-14 + + 2022-07-31 + + Group extended until 2022-07-31 +
+

We made non-substantive modifications to this charter to reflect the following changes:

+
    +
  • 2021-05-11: Luke Wagner and Derek Schuff appointed as co-chairs of the group, Ben Smith steppted down.
  • +
+ +
+
+
+ +
+ + + + + diff --git a/2023/wasm-wg.html b/2023/wasm-wg.html index bdf4d033..20d9a9f9 100644 --- a/2023/wasm-wg.html +++ b/2023/wasm-wg.html @@ -1,12 +1,19 @@ - + + WebAssembly Working Group Charter +