pathfinder/examples/canvas_webgl_minimal/www
dependabot[bot] 4dd58d29d3
Bump url-parse in /examples/canvas_webgl_minimal/www
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 04:03:53 +00:00
..
.bin Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
.travis.yml Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
LICENSE-APACHE Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
LICENSE-MIT Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
README.md Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
bootstrap.js Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
index.html Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
index.js Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
package-lock.json Bump url-parse in /examples/canvas_webgl_minimal/www 2022-03-28 04:03:53 +00:00
package.json Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00
webpack.config.js Fix WebGL, and add a simple example of WebGL usage 2020-07-02 19:49:09 -07:00

README.md

create-wasm-app

An npm init template for kick starting a project that uses NPM packages containing Rust-generated WebAssembly and bundles them with Webpack.

Build Status

Usage | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

This template is designed for depending on NPM packages that contain Rust-generated WebAssembly and using them to create a Website.

🚴 Usage

npm init wasm-app

🔋 Batteries 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.