-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebAssembly #57
Comments
When you say 'run on', what do you mean? Currently, the only compiler backend is a simple bytecode interpreter. This is largely because I've been putting far more focus into the front (syntax, type system) and middle (optimiser) ends so far. In time, I want to support cranelift and perhaps even LLVM as backends. If you're talking about the compiler itself: yes! When you visit tao.jsbarretto.com and run code, you're actually running a copy of the compiler that's been compiled to WASM and is running in your browser locally. |
Yes that was my question. Though it would be very interesting if webassembly can also be a backend. How does it execute right now in the playground? by the way playground seems to be broken when i hit
|
You need to import at minimum the
|
Does the compiler run on WebAssembly (wasm)? Is such feature planned?
The text was updated successfully, but these errors were encountered: