You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add errors and other output to the browser console
Revitalize automated tests, getting them working without Electron if possible, also get them to be deterministic and create a CI pipeline with GitHub Actions
Spend a lot of time making the README perfect
Add documentation and examples for the headers file
Get a couple of people to look over it in its entirety, and observe their qualms
Expose the plugin system
Document the plugin system
Figure out how to allow the plugins to allow the user to specify any filepath for the compiler configuration
100 stars
Robust automated tests
Arbitrary file contents
Arbitrary file and directory structure
Get rid of the AssemblyScript inline loader
Create a programmatic API...this should simplify testing and stuff
The text was updated successfully, but these errors were encountered:
.as
) (Consider a file extension other than .ts AssemblyScript/assemblyscript#1003)The text was updated successfully, but these errors were encountered: