Gathering detailed insights and metrics for cargo-web-loader
Gathering detailed insights and metrics for cargo-web-loader
npm install cargo-web-loader
Typescript
Module System
Node Version
NPM Version
36.2
Supply Chain
55.2
Quality
65.3
Maintenance
50
Vulnerability
96.2
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,748
Last Day
2
Last Week
3
Last Month
18
Last Year
108
6 Stars
17 Commits
2 Forks
2 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.4
Package Id
cargo-web-loader@0.1.4
Size
6.95 kB
NPM Version
5.6.0
Node Version
9.3.0
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
-57.1%
3
Compared to previous week
Last month
800%
18
Compared to previous month
Last year
-49.3%
108
Compared to previous year
2
In order to use this loader you need to install it by cloning this repository:
npm i --save cargo-web-loader
and then add it to your webpack config accordingly:
1// Cargo web crate loader 2{ 3 test: /Cargo.toml$/, 4 loaders: [ 5 { 6 loader: "cargo-web-loader", 7 options: { 8 flags: '', 9 bin: false, 10 release: true, 11 verbose: false, 12 features: "" 13 } 14 }], 15}, 16// WebAssembly loader. For testing purposes 17{ 18 test: /\.wasm$/, 19 loader: require.resolve('file-loader'), 20 options: { 21 name: 'static/wasm/[name].[hash:8].[ext]' 22 } 23},
Finally you can import/require any Cargo.toml file and use it as documented in the cargo-web project.
Credit goes to dflemstr and his rust-native-wasm-loader which provided the groundwork for this loader.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/17 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
60 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More