readme: Visual Studio is now supported

pull/1819/head
Alexander Medvednikov 2019-09-01 23:02:07 +03:00
parent 89acf68f08
commit 89924c2703
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ v up
### C compiler
You'll need Clang or GCC. If you are doing development, you most likely already have it installed.
You'll need Clang or GCC or Visual Studio. If you are doing development, you most likely already have it installed.
On macOS run `xcode-select --install` if you don't have XCode or XCode tools.

View File

@ -22,9 +22,9 @@
- ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
- "building a simple blog with vweb" tutorial + youtube video
- WebAssembly backend (via Emscripten)
- JavaScript backend
- webassembly backend (via emscripten)
- javascript backend
- new playground with a V compiler running in the browser
+ O(n) type lookup
+ O(log n) type lookup