How to learn web assembly in order to create a language on top of it. #1496
Huzaifa-MS
started this conversation in
General
Replies: 2 comments 1 reply
-
I would not recommend using go-lang for this: the mapping to WebAssembly for go-lang is 'tortuous'. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Another choice is to use godbolt.org; there is an option to generate webassembly from C there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What steps can you recommend I take to learn web assembly to have all its features in a programming language I want to make on top of it? For example how could I study Go and see how it compiles to wasm?
Beta Was this translation helpful? Give feedback.
All reactions