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

Roadmap improvements #333

Closed
wants to merge 8 commits into from
Closed
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
62 changes: 45 additions & 17 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,18 +1726,6 @@ header {
text-align: center;
}

.container img, .container-narrow img {
max-width: 100%;
}









/* replace w github */

table {
Expand Down Expand Up @@ -1986,19 +1974,23 @@ pre code::before, pre code::after {
white-space: normal;
}

#feature-support .img-container {
width: 32px;
height: 32px;
#feature-support td, #feature-support th {
position: relative; /* for tooltip */
}

#feature-support td {
position: relative; /* for tooltip */
#feature-support th img {
height: 32px;
padding: 2px 0;
}

#feature-support td:hover, #feature-support td:focus, #feature-support td:focus-within {
background: rgba(0, 0, 0, .04);
}

#feature-support time {
white-space: nowrap;
}

.feature-cell {
position: relative;
height: 24px; /* height of the icon inside */
Expand Down Expand Up @@ -2052,6 +2044,8 @@ pre code::before, pre code::after {
list-style: lower-alpha;
font-size: 0.7em;
margin: 0 0 1em 0;
columns: 32em auto;
column-gap: 2em;
}

#feature-support-scrollbox + ol > li {
Expand All @@ -2068,6 +2062,7 @@ pre code::before, pre code::after {
white-space: normal;
background: #fefefe;
font-size: 0.8em;
font-weight: normal;
border-radius: 2px;
outline: none;

Expand Down Expand Up @@ -2107,3 +2102,36 @@ pre code::before, pre code::after {
[data-placement="bottom"] > .feature-tooltip-arrow { top: 0; transform: translateY(-50%) rotate(45deg); }
[data-placement="left"] > .feature-tooltip-arrow { right: 0; transform: translateX(50%) rotate(135deg); }
[data-placement="right"] > .feature-tooltip-arrow { left: 0; transform: translateX(-50%) rotate(-45deg); }

#feature-support-error {
background: #d0305029;
color: #ab1f3f;
margin-bottom: 1em;
display: flex;
align-items: center;
}

#feature-support-error .alert-icon {
font-size: 42px;
line-height: 1;
margin: 0 16px;
font-variant-emoji: text;
}

#feature-support-error .alert-body {
padding: 1em 0;
}

#feature-support-error .alert-title {
font-size: 1.25em;
font-weight: 500;
line-height: 1.5;
}

#feature-support-error .alert-subtitle {
font-size: .875em;
}

#feature-support-error a {
color: #0a5497;
}
36 changes: 1 addition & 35 deletions css/webassembly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 85 additions & 65 deletions features.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@
"bigInt": {
"description": "JS BigInt to Wasm i64 integration",
"url": "https://github.com/WebAssembly/JS-BigInt-integration",
"phase": 5
"phase": 5,
"stdznDate": "2020-06-09",
"specVersion": "2.0"
},
"bulkMemory": {
"description": "Bulk memory operations",
"url": "https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md",
"phase": 5
"phase": 5,
"stdznDate": "2021-02-10",
"specVersion": "2.0"
},
"gc": {
"description": "Garbage collection",
"url":"https://github.com/WebAssembly/gc/blob/main/proposals/gc/Overview.md",
"phase": 3
},
"exceptions": {
"description": "Exception handling",
Expand All @@ -19,72 +28,83 @@
"extendedConst": {
"description": "Extended constant expressions",
"url": "https://github.com/WebAssembly/extended-const/blob/master/proposals/extended-const/Overview.md",
"phase": 4
"phase": 4,
"stdznDate": "2023-01-31",
"specVersion": "2.0"
},
"gc": {
"description": "Garbage collection",
"url":"https://github.com/WebAssembly/gc",
"threads": {
"description": "Threads and atomics",
"url": "https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md",
"phase": 3
},
"memory64": {
"description": "Memory64",
"url": "https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md",
"typeReflection": {
"description": "Type reflection",
"url": "https://github.com/WebAssembly/js-types/blob/main/proposals/js-types/Overview.md",
"phase": 3
},
"multiMemory": {
"description": "Multiple memories",
"url": "https://github.com/WebAssembly/multi-memory/blob/master/proposals/multi-memory/Overview.md",
"phase": 3
},
"memory64": {
"description": "Memory64",
"url": "https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md",
"phase": 3
},
"multiValue": {
"description": "Multi-value",
"url": "https://github.com/WebAssembly/spec/blob/master/proposals/multi-value/Overview.md",
"phase": 4
"phase": 4,
"stdznDate": "2020-03-11",
"specVersion": "2.0"
},
"mutableGlobals": {
"description": "Mutable globals",
"url": "https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-global/Overview.md",
"phase": 5
"phase": 5,
"stdznDate": "2018-06-06",
"specVersion": "1.0"
},
"referenceTypes": {
"description": "Reference types",
"url": "https://github.com/WebAssembly/reference-types/blob/master/proposals/reference-types/Overview.md",
"phase": 5
"phase": 5,
"stdznDate": "2021-02-10",
"specVersion": "2.0"
},
"relaxedSimd": {
"description": "Relaxed SIMD",
"url": "https://github.com/WebAssembly/relaxed-simd/tree/main/proposals/relaxed-simd",
"url": "https://github.com/WebAssembly/relaxed-simd/blob/main/proposals/relaxed-simd/Overview.md",
"phase": 3
},
"saturatedFloatToInt": {
"description": "Non-trapping float-to-int conversions",
"url": "https://github.com/WebAssembly/spec/blob/master/proposals/nontrapping-float-to-int-conversion/Overview.md",
"phase": 5
},
"signExtensions": {
"description": "Sign-extension operations",
"url": "https://github.com/WebAssembly/spec/blob/master/proposals/sign-extension-ops/Overview.md",
"phase": 5
"phase": 5,
"stdznDate": "2020-03-11",
"specVersion": "2.0"
},
"saturatedFloatToInt": {
"description": "Non-trapping float-to-int conversions",
"url": "https://github.com/WebAssembly/spec/blob/master/proposals/nontrapping-float-to-int-conversion/Overview.md",
"phase": 5,
"stdznDate": "2020-03-11",
"specVersion": "2.0"
},
"simd": {
"description": "Fixed-width SIMD",
"url": "https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md",
"phase": 5
"phase": 5,
"stdznDate": "2021-07-14",
"specVersion": "2.0"
},
"tailCall": {
"description": "Tail calls",
"url": "https://github.com/WebAssembly/tail-call/blob/master/proposals/tail-call/Overview.md",
"phase": 4
},
"threads": {
"description": "Threads and atomics",
"url": "https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md",
"phase": 3
},
"typeReflection": {
"description": "Type reflection",
"url": "https://github.com/WebAssembly/js-types/blob/main/proposals/js-types/Overview.md",
"phase": 3
"phase": 4,
"stdznDate": "2023-01-17",
"specVersion": "2.0"
}
},
"browsers": {
Expand Down Expand Up @@ -147,39 +167,6 @@
"threads": ["14.1", "Supported in desktop Safari since 14.1 and iOS Safari since 14.5"]
}
},
"Wasmtime": {
"url": "https://wasmtime.dev/",
"logo": "/images/bca.svg",
"features": {
"bigInt": null,
"bulkMemory": "0.20",
"memory64": ["flag", "Requires flag `--wasm-features=memory64`"],
"multiMemory": ["flag", "Requires flag `--wasm-features=multi-memory`"],
"multiValue": "0.17",
"mutableGlobals": true,
"referenceTypes": "0.20",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "0.33",
"threads": null
}
},
"Wasmer": {
"url": "https://wasmer.io/",
"logo": "/images/wasmer.svg",
"features": {
"bigInt": null,
"bulkMemory": "1.0",
"multiValue": "1.0",
"mutableGlobals": "0.7",
"referenceTypes": "2.0",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "2.0",
"threads": null,
"typeReflection": "2.0"
}
},
"Node.js": {
"url": "https://nodejs.org/",
"logo": "/images/nodejs.svg",
Expand Down Expand Up @@ -219,7 +206,40 @@
"simd": "1.9",
"tailCall": ["flag", "Requires flag `--v8-flags=--experimental-wasm-return-call`"],
"threads": "1.9",
"typeReflection": ["flag", "Requires corresponding v8 flag (`--v8-flags=\"...\"`)"]
"typeReflection": ["flag", "Requires flag `--v8-flags=--experimental-wasm-type-reflection`"]
}
},
"Wasmtime": {
"url": "https://wasmtime.dev/",
"logo": "/images/bca.svg",
"features": {
"bigInt": null,
"bulkMemory": "0.20",
"memory64": ["flag", "Requires flag `--wasm-features=memory64`"],
"multiMemory": ["flag", "Requires flag `--wasm-features=multi-memory`"],
"multiValue": "0.17",
"mutableGlobals": true,
"referenceTypes": "0.20",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "0.33",
"threads": null
}
},
"Wasmer": {
"url": "https://wasmer.io/",
"logo": "/images/wasmer.svg",
"features": {
"bigInt": null,
"bulkMemory": "1.0",
"multiValue": "1.0",
"mutableGlobals": "0.7",
"referenceTypes": "2.0",
"saturatedFloatToInt": true,
"signExtensions": true,
"simd": "2.0",
"threads": null,
"typeReflection": "2.0"
}
},
"wasm2c": {
Expand Down
Loading