Replies: 2 comments
-
In recent versions WebAssembly apparently got support for:
... so there's fewer and fewer reasons why it couldn't be a proper compiler target apart for the fact that WebAssembly is a binary thing (and probably needs linking, etc). |
Beta Was this translation helpful? Give feedback.
0 replies
-
@pkese It's already possible to target WebAssembly via Fable -> Rust -> WebAsm. See this as an example. The other option to target WebAsm is using the .NET |
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
-
I'm just being curious...
Would it ever be possible for Fable to target WebAssembly, or is Fable intended just for spewing out source code rather than bytecode?
Beta Was this translation helpful? Give feedback.
All reactions