Zig to JavaScript #900
Unanswered
guest271314
asked this question in
Q&A
Replies: 1 comment
-
|
If you use the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
This Zig source code produces WASM freestanding output, that works as expected https://github.com/endel/quic-zig/tree/wasm-experiment.
I have used
wasm-decompileandwasm2jsto get C-like output and asm.js output, respectively.Can zigar be used to convert the Zig to roughly idiomatic JavaScript?
Beta Was this translation helpful? Give feedback.
All reactions