DNA transcription and translation in wasm with rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dependabot[bot] 78412ee724
Bump decode-uri-component from 0.2.0 to 0.2.2 in /www
3 years ago
..
.bin trying to re-add www 5 years ago
css Make inputs look better...deal with safari crap 5 years ago
static Add icons and web app manifest 5 years ago
.gitignore trying to re-add www 5 years ago
.travis.yml trying to re-add www 5 years ago
README.md trying to re-add www 5 years ago
app.html Add icons and web app manifest 5 years ago
app.js Redirect to homepage if error occurs 5 years ago
bootstrap.js Allow strand to be inputted 5 years ago
favicon.ico Add icons and web app manifest 5 years ago
index.html Add icons and web app manifest 5 years ago
index.js Allow strand to be inputted 5 years ago
package-lock.json Bump decode-uri-component from 0.2.0 to 0.2.2 in /www 3 years ago
package.json Make webpack bind to 0.0.0.0 5 years ago
webpack.config.js Fix "inavlid host header" 5 years ago

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.