Title: [196522] trunk/Source/_javascript_Core
- Revision
- 196522
- Author
- [email protected]
- Date
- 2016-02-12 15:34:58 -0800 (Fri, 12 Feb 2016)
Log Message
Add WebAssembly to the status page
https://bugs.webkit.org/show_bug.cgi?id=154199
Reviewed by Timothy Hatcher.
* features.json:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (196521 => 196522)
--- trunk/Source/_javascript_Core/ChangeLog 2016-02-12 23:33:18 UTC (rev 196521)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-02-12 23:34:58 UTC (rev 196522)
@@ -1,3 +1,12 @@
+2016-02-12 Jonathan Davis <[email protected]>
+
+ Add WebAssembly to the status page
+ https://bugs.webkit.org/show_bug.cgi?id=154199
+
+ Reviewed by Timothy Hatcher.
+
+ * features.json:
+
2016-02-12 Brian Burg <[email protected]>
Web Inspector: disambiguate the various identifier and connection types in RemoteInspector
Modified: trunk/Source/_javascript_Core/features.json (196521 => 196522)
--- trunk/Source/_javascript_Core/features.json 2016-02-12 23:33:18 UTC (rev 196521)
+++ trunk/Source/_javascript_Core/features.json 2016-02-12 23:34:58 UTC (rev 196522)
@@ -30,6 +30,21 @@
"email": "[email protected]",
"twitter": "@thetalecrafter"
}
+ },
+ {
+ "name": "WebAssembly",
+ "status": {
+ "status": "In Development"
+ },
+ "url": "http://webassembly.github.io",
+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=90906",
+ "description": "WebAssembly is a new format for native programs on the web. It aims to support everything that asm.js supports, but allows the VM to sidestep the JS parsing and profiling pipeline entirely.",
+ "keywords": ["webassembly", "wasm", "webassy"],
+ "contact": {
+ "name": "Jon Davis",
+ "email": "[email protected]",
+ "twitter": "@jonathandavis"
+ }
}
],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes