🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cardano-wasm-libs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-wasm-libs

A set of rust libraries that are compiled into WASM for further use in Cardano infrastructure

1.0.5
latest
Source
npm
Version published
Weekly downloads
10
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

Discord NPM

Cardano WASM Libs

A set of rust libraries that are compiled into WASM for further use in Cardano infrastructure. Used as wasm-pack export to various targets (nodejs, browser, web+serverless). Made for CardanoWeb3js.

Installation & Usage

Installation

yarn add cardano-wasm-libs

Usage

import { CML, MSL, UPLC } from "cardano-wasm-libs/nodejs" // nodejs
import { CML, MSL, UPLC } from "cardano-wasm-libs/browser" // browser
import { CML, MSL, UPLC } from "cardano-wasm-libs/web" // browser, serverless environments (Cloudflare Workers, etc)

Build & Submodules Update

Build

yarn cml-build
yarn msl-build
yarn uplc-build

Submodules Update

yarn cml-update
yarn msl-update

Keywords

Cardano

FAQs

Package last updated on 01 Jun 2025

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