vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.67k stars 2.15k forks source link

Pls can you make wasm port(Vi framework) like Yew for Rust. #2196

Closed Omnuchka closed 4 years ago

Omnuchka commented 4 years ago

Yew - https://github.com/yewstack/yew

tomByrer commented 4 years ago

VLang can output C source (hidden in WIKI). Have you tried to compile the C code to WASM?

https://dassur.ma/things/c-to-webassembly/ https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm

nedpals commented 4 years ago

No clear information and just follow @tomByrer 's advice. Closed.