scriptit 0.4.0

scriptit is a simple way to run JavaScript code in Rust (native+wasm)
1
2
3
4
5
6
7
8
9
10
11
{
    // # Rust Analyzer
    // If you need to work on js_wasm, uncomment the next line
    // "rust-analyzer.cargo.target": "wasm32-unknown-unknown",

    // # Formatting
    "editor.formatOnSave": true,
    "[rust]": {
        "editor.defaultFormatter": "matklad.rust-analyzer"
    }
}