GitXplorerGitXplorer
I

closestPair

public
0 stars
0 forks
14 issues

Commits

List of commits on branch master.
Verified
9a42a0aa132eef6a935cb237d74219088ea81c09

Merge pull request #14 from IWANABETHATGUY/dependabot/npm_and_yarn/www/ajv-6.12.6

IIWANABETHATGUY committed 3 years ago
Verified
c8094db835104c1413a52346f982929232b55f9e

build(deps): bump ajv from 6.5.3 to 6.12.6 in /www

ddependabot[bot] committed 3 years ago
Verified
b4da9331e5fcac3c769af80d8bcd1e466a87e6be

Merge pull request #11 from IWANABETHATGUY/dependabot/npm_and_yarn/www/ws-6.2.2

IIWANABETHATGUY committed 4 years ago
Verified
688faabfcba331c567b920c686c0b0264f819612

build(deps): bump ws from 6.2.1 to 6.2.2 in /www

ddependabot[bot] committed 4 years ago
Verified
d1846747557dc802547f63d60a7add48d5cb205a

Merge pull request #10 from IWANABETHATGUY/dependabot/npm_and_yarn/www/dns-packet-1.3.4

IIWANABETHATGUY committed 4 years ago
Verified
7a1deefab732cbc9417f567b459a49cc92b53236

build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /www

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

wasm-pack-template

A template for kick starting a Rust and WebAssembly project using wasm-pack.

Build Status

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

📚 Read this template tutorial! 📚

This template is designed for compiling Rust libraries into WebAssembly and publishing the resulting package to NPM.

Be sure to check out other wasm-pack tutorials online for other templates and usages of wasm-pack.

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build

🔬 Test in Headless Browsers with wasm-pack test

wasm-pack test --headless --firefox

🎁 Publish to NPM with wasm-pack publish

wasm-pack publish

🔋 Batteries Included