@node-elion/builder-rust-plugin
v3.0.2
Published
Rust (WebAssembly) support for projects, that based on @node-elion/builder
Downloads
81
Readme
@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
| parameter | type | default | description |
|-----------:|:--------:|:-------:|:--------------------------------------------------------|
| logLevel
| string
| quiet
| Log Level (verbose
, info
, warn
, error
, quiet
) |
Contributing
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.