All Projects → rustwasm → Wasm Pack

rustwasm / Wasm Pack

Licence: other
This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack.

Programming Languages

rust
11053 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wasm Pack

Modern Wasm Starter
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.
Stars: ✭ 140 (-96.36%)
Mutual labels:  package, npm, wasm
Npm Api
Node.js library for getting info from NPM’s API
Stars: ✭ 67 (-98.26%)
Mutual labels:  registry, package, npm
Enseada
A Cloud native multi-package registry
Stars: ✭ 80 (-97.92%)
Mutual labels:  registry, package, npm
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-99.25%)
Mutual labels:  cli, package, npm
Gub
CLI tool for create an npm package from any repos. 🐳
Stars: ✭ 31 (-99.19%)
Mutual labels:  cli, package, npm
Npm Try
🚆 Quickly try npm packages without writing boilerplate code.
Stars: ✭ 103 (-97.32%)
Mutual labels:  cli, package, npm
Xa
Beautiful & Customizable logger ❤️
Stars: ✭ 78 (-97.97%)
Mutual labels:  cli, package, npm
Npmvet
A simple CLI tool for vetting npm package versions
Stars: ✭ 193 (-94.98%)
Mutual labels:  cli, package, npm
Nupdate
A comfortable update solution for .NET-applications.
Stars: ✭ 394 (-89.76%)
Mutual labels:  registry, package
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-99.56%)
Mutual labels:  registry, cli
Docker registry cli
Docker Registry CLI - Provides search functionality for Docker Registry (UI and CLI)
Stars: ✭ 48 (-98.75%)
Mutual labels:  registry, cli
Codebox Npm
Serverless private npm registry using https://serverless.com/
Stars: ✭ 340 (-91.16%)
Mutual labels:  registry, npm
Cnpmjs.org
Private npm registry and web for Enterprise
Stars: ✭ 3,536 (-8.11%)
Mutual labels:  registry, npm
Verdaccio Ldap
LDAP auth plugin for verdaccio
Stars: ✭ 39 (-98.99%)
Mutual labels:  registry, npm
Barrelsby
Automatic TypeScript barrels (index.ts files) for your entire code base
Stars: ✭ 252 (-93.45%)
Mutual labels:  cli, npm
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (-93.4%)
Mutual labels:  cli, npm
Npm
🚢 semantic-release plugin to publish a npm package
Stars: ✭ 103 (-97.32%)
Mutual labels:  registry, npm
Verdaccio Gitlab
private npm registry (Verdaccio) using gitlab-ce as authentication and authorization provider
Stars: ✭ 142 (-96.31%)
Mutual labels:  registry, npm
Registry
npm registry documentation
Stars: ✭ 202 (-94.75%)
Mutual labels:  registry, npm
Hub Tool
🧪 Docker Hub experimental CLI tool
Stars: ✭ 147 (-96.18%)
Mutual labels:  registry, cli

📦 wasm-pack

Your favorite Rust → Wasm workflow tool!

Build Status crates.io

Docs | Contributing | Chat

Built with 🦀🕸 by The Rust and WebAssembly Working Group

About

This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript, in the browser or with Node.js. wasm-pack helps you build rust-generated WebAssembly packages that you could publish to the npm registry, or otherwise use alongside any javascript packages in workflows that you already use, such as webpack.

This project is a part of the rust-wasm group. You can find more info by visiting that repo!

demo

🔮 Prerequisities

This project requires Rust 1.30.0 or later.

Quickstart Guide

Visit the quickstart guide in our documentation.

🎙️ Commands

  • new: Generate a new RustWasm project using a template
  • build: Generate an npm wasm pkg from a rustwasm crate
  • test: Run browser tests
  • pack and publish: Create a tarball of your rustwasm pkg and/or publish to a registry

📝 Logging

wasm-pack uses env_logger to produce logs when wasm-pack runs.

To configure your log level, use the RUST_LOG environment variable. For example:

RUST_LOG=info wasm-pack build

👯 Contributing

Read our guide on getting up and running for developing wasm-pack, and check out our contribution policy.

🤹‍♀️ Governance

This project is part of the rustwasm Working Group.

This project was started by ashleygwilliams and is co-maintained by ashleygwilliams, drager and the Rust Wasm Working Group Core Team.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].