readme: Visual Studio is now supported
parent
89acf68f08
commit
89924c2703
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue