0.1.0 • Published 7 years ago
twiggy v0.1.0
create-wasm-app
an npm init project for generating a project that consumes rust-generated wasm via webpack
Usage
npm init wasm-appWhat's Included
.gitignore: ignoresnode_modulesLICENSE-APACHEandLICENSE-MIT: most Rust projects are licensed this way, so these are included for youREADME.md: the file you are reading now!index.html: a bare bones html document that includes the webpack bundleindex.js: example js file with a comment showing how to import and use a wasm pkgpackage.jsonandpackage-lock.json:- pulls in devDependencies for using webpack:
- defines a
startscript to runwebpack-dev-server
webpack.config.js: configuration file for bundling your js with webpack
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
0.1.0
7 years ago