3.0.2 • Published 3 months ago

@node-elion/builder-rust-plugin v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

MIT License View this project on NPM View this project on NPM Known Vulnerabilities Quality Gate Status

@node-elion/builder-rust-plugin

Rust (WebAssembly) support for projects, that based on @node-elion/builder

this package is part of the Elion project.

This package is a plugin and adds the ability to use .rs files in a project that is based on @node-elion/builder library.

Installation

Install @node-elion/builder-rust-plugin with npm

This package is recommended to be installed as a dev dependency

npm i --save-dev @node-elion/builder-rust-plugin

Usage

Update start and build commands to be able to use @node-elion/builder-rust-plugin package:

/* package.json */
{
    /*...*/
    "scripts": {
        "start": "ebi start -p @node-elion/builder-rust-plugin",
        "build": "ebi build -p @node-elion/builder-rust-plugin"
    }
    /*...*/
}

Plugin configuration

parametertypedefaultdescription
logLevelstringquietLog Level (verbose, info, warn, error, quiet)

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Acknowledgements

License

MIT

3.0.2

3 months ago

3.0.1

6 months ago

3.0.0

6 months ago

2.1.2

12 months ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago