Skip to content

w3nder/wasm-load

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@w3nder/whatsapp-voip-wasm

WhatsApp VoIP WASM Module for Node.js - Compatible with Baileys

Installation

1. Configure npm to use GitHub Packages

Create a .npmrc file in your project root:

@w3nder:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN

2. Install the package

npm install @w3nder/whatsapp-voip-wasm

Usage

import { WhatsAppVoipWasm } from '@w3nder/whatsapp-voip-wasm';

// Initialize the WASM module
const voip = new WhatsAppVoipWasm();
await voip.initialize();

// Use the VoIP functions...

Requirements

  • Node.js 18+
  • Worker threads support

License

Proprietary - All Rights Reserved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors