ssvmup

0.1.21 • Public • Published

SsvmUp

SSVM ready tool

About

This tool seeks to be a one-stop shop for building and working with rust- generated WebAssembly that you would like to interop with JavaScript in SSVM.

Acknowledgment

Most of the code for this project comes from wasm-pack.

Install

curl https://raw.githubusercontent.com/second-state/ssvmup/master/installer/init.sh -sSf | sh

Commands

  • build: Generate an npm wasm pkg from a rustwasm crate

Logging

ssvmup uses env_logger to produce logs when ssvmup runs.

To configure your log level, use the RUST_LOG environment variable. For example:

RUST_LOG=info ssvmup build

/ssvmup/

    Package Sidebar

    Install

    npm i ssvmup

    Weekly Downloads

    10

    Version

    0.1.21

    License

    MIT OR Apache-2.0

    Unpacked Size

    3.03 kB

    Total Files

    6

    Last publish

    Collaborators

    • wangshishuo