Replies: 9 comments 22 replies
-
It wuold be usefull to have full GUI support with wasm inside a browser |
Beta Was this translation helpful? Give feedback.
-
I would love to see V supporting WebAssembly/WASI as a target, with first class support in @wasmerio. |
Beta Was this translation helpful? Give feedback.
-
Yes, that would be great. |
Beta Was this translation helpful? Give feedback.
-
Any progress on WASM output please? |
Beta Was this translation helpful? Give feedback.
-
I would love to see V lang support web assembly. |
Beta Was this translation helpful? Give feedback.
-
Hey all, I work on a library specifically for enabling WebAssembly languages to communicate with javascript. It might be a way to help accelerate efforts in V to expose more of the host. |
Beta Was this translation helpful? Give feedback.
-
Taking wasi as the compilation target will bring us a lot |
Beta Was this translation helpful? Give feedback.
-
A new WASM backend was merged into V last week in PR #17368 You can now compile to WASM and run the code with wasmer
or compile to WASM and run in the browser (see instructions in It isn't 100% complete, but there have already been a couple more PRs merged since then to improve the WASM support. |
Beta Was this translation helpful? Give feedback.
-
This is trouble. |
Beta Was this translation helpful? Give feedback.
-
Reference to the following two items:
https://github.com/fastly/lucet
https://github.com/wasmerio/wasmer
Beta Was this translation helpful? Give feedback.
All reactions