Update CHANGELOG.md

pull/7481/head
Alexander Medvednikov 2020-12-22 21:39:18 +01:00 committed by GitHub
parent c4aae2b55f
commit 4f36f2f326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ It will be enabled by default in 0.3
- Struct embedding. - Struct embedding.
- IO streams. - IO streams.
- A powerful websocket module that conforms to RFC 6455 and passes the Autobahn test suite (498 client tests and 249 server tests). - A powerful websocket module that conforms to RFC 6455 and passes the Autobahn test suite (498 client tests and 249 server tests).
- The `net` module is now asynchronous and uses an API very similar to Go's `net`. - The `net` module is now non blocking and is more feature complete providing similar API to Go.
- V's graphics module now uses Metal/DirectX/OpenGL instead of just OpenGL. - V's graphics module now uses Metal/DirectX/OpenGL instead of just OpenGL.
- V can now run in the browser via WASM and execute V code by translating it to JavaScript: - V can now run in the browser via WASM and execute V code by translating it to JavaScript:
https://v-wasm.now.sh https://v-wasm.now.sh