sendilkumarn / create-wasm-app

npm init template for consuming rustwasm pkgs

Home Page:https://www.npmjs.com/package/create-wasm-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-wasm-app

an npm init project for generating a project that consumes rust-generated wasm via webpack

Usage

npm init wasm-app

What's Included

  • .gitignore: ignores node_modules
  • LICENSE-APACHE and LICENSE-MIT: most Rust projects are licensed this way, so these are included for you
  • README.md: the file you are reading now!
  • index.html: a bare bones html document that includes the webpack bundle
  • index.js: example js file with a comment showing how to import and use a wasm pkg
  • package.json and package-lock.json:
  • webpack.config.js: configuration file for bundling your js with webpack

License

Licensed under either of

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.

About

npm init template for consuming rustwasm pkgs

https://www.npmjs.com/package/create-wasm-app

License:Apache License 2.0


Languages

Language:JavaScript 65.2%Language:HTML 34.8%