cardano-wasm-libs
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cardano-wasm-libs

Weekly Downloads

4

Version

1.0.5

License

MIT

Unpacked Size

18.4 MB

Total Files

57

Last publish

Collaborators

  • xray-robot