pzzld-wasm

Crates.iopzzld-wasm
lib.rspzzld-wasm
version0.0.5-alpha.0
created_at2025-11-16 15:56:49.014241+00
updated_at2026-01-25 18:27:56.850177+00
descriptionAdditional WebAssembly native utilities for the pzzld platform
homepagehttps://app.pzzld.org
repositoryhttps://github.com/FL03/pzzld-js.git
max_upload_size
id1935648
size33,000
Joe McCain III (FL03)

documentation

README

pzzld-js

GitHub License Build Status npm version TypeScript


This is a monorepo containing custom packages written for my portfolio. It is structured as a npm workspace, allowing for easy management of multiple packages within a single repository.

Installation

To install the packages in this monorepo, run the following command:

npm install

Usage

Each package in this monorepo can be used independently. You can find the packages in the packages directory. To use a specific package, navigate to its directory and run:

npm install

Then, you can import the package in your project as needed.

Development

To contribute to this monorepo, you can clone the repository and make changes to the packages in the packages directory. After making changes, you can run the following command to build the packages:

npm run build
Commit count: 0

cargo fmt