Skip to content
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

Rust #243

Open
2 of 11 tasks
lastmjs opened this issue Dec 24, 2019 · 0 comments
Open
2 of 11 tasks

Rust #243

lastmjs opened this issue Dec 24, 2019 · 0 comments

Comments

@lastmjs
Copy link
Owner

lastmjs commented Dec 24, 2019

  • Rust
    • Create script to locally download rustc binary for the consumer's machine
      • This is going relatively well, seems to be workingish, some errors to overcome
      • Create a node package that exports rustc functionality as a node module
        • At first we can just compile from the command line with exec or something...it might be nice to find a crate that exposes rustc as a programmatic api. Then we could execute rust code more directly. The ultimate will be when rustc is compiled to wasm
    • Hookup .rs compilation
    • Send compilation and potentially other output to the user's browser console
    • Integrate wasm-bindgen
    • Allow passing options to rustc
    • Figure out the sanitization of the file url...it is not sanitized and goes straight into the shell...is that okay? Zwitterion should only be run locally anyway
    • Improve documentation for Rust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant