readme: Visual Studio is now supported
parent
89acf68f08
commit
89924c2703
|
@ -52,7 +52,7 @@ v up
|
||||||
|
|
||||||
### C compiler
|
### 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.
|
On macOS run `xcode-select --install` if you don't have XCode or XCode tools.
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
- ui demo: calculator
|
- ui demo: calculator
|
||||||
- declarative ui with hot reload (similar to swiftui)
|
- declarative ui with hot reload (similar to swiftui)
|
||||||
- "building a simple blog with vweb" tutorial + youtube video
|
- "building a simple blog with vweb" tutorial + youtube video
|
||||||
- WebAssembly backend (via Emscripten)
|
- webassembly backend (via emscripten)
|
||||||
- JavaScript backend
|
- javascript backend
|
||||||
- new playground with a V compiler running in the browser
|
- new playground with a V compiler running in the browser
|
||||||
+ O(n) type lookup
|
+ O(log n) type lookup
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue