mCaptcha / pow_wasm

WASM port of the proof-of-work library used in mCaptcha

Home Page:https://www.npmjs.com/package/@mcaptcha/pow-wasm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoW JavaScript library

JavaScript library to generate PoW for mCaptcha

0.1.0 Build dependency status
codecov

NOTE: wasm compilation currently requires rustc nightly and wasm optimization of this library will have to be done manually at the moment. Please refer to rustwasm/wasm-pack#886 for more information.

Optimization:

$ /path/to/wasm-opt pkg/pow_bg.wasm -o pkg/pow_bg.wasm -O --enable-mutable-globals

My /path/to/wasm-opt is ~/.cache/.wasm-pack/wasm-opt-4d7a65327e9363b7/wasm-opt


Default documentation provided by Rust wasm:

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

Funding

NLnet

NLnet NGIZero logo

2023 development is funded through the NGI0 Entrust Fund, via NLnet. Please see here for more details.

About

WASM port of the proof-of-work library used in mCaptcha

https://www.npmjs.com/package/@mcaptcha/pow-wasm

License:Apache License 2.0


Languages

Language:Rust 57.9%Language:HTML 34.8%Language:Makefile 7.3%