🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lwk-uniffi-web

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

lwk-uniffi-web

Liquid Wallet Kit - TypeScript/WASM bindings for building Liquid Network wallets and applications

latest
Source
npmnpm
Version
0.14.0
Version published
Maintainers
1
Created
Source

LWK TypeScript/WASM Bindings

Reference uniffi-bindgen-react-native.

Current problem:

  • The lwk_bindings crate has dependencies (like rustls) that don't compile for wasm32-unknown-unknown

Usage

just ts-install

just ts-wasm

just ts-test

just ts-uniffi-check

Known Issues

1. Library name detection bug

The uniffi-bindgen-react-native tool incorrectly detects the library name when the Cargo.toml has explicit crate-type (like ["staticlib", "cdylib", "rlib"]). It looks for liblwk_bindings.dylib instead of liblwk.dylib.

Workaround: Create a symlink before running (on Mac):

ln -sf target/release/liblwk.dylib target/release/liblwk_bindings.dylib

Keywords

liquid

FAQs

Package last updated on 23 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts