0.1.29 • Published 3 years ago

rustwasmc v0.1.29

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
3 years ago

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 WasmEdge.

Acknowledgment

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

Install

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

Commands

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

Logging

rustwasmc uses env_logger to produce logs when rustwasmc runs.

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

RUST_LOG=info rustwasmc build
0.1.29

3 years ago

0.1.28

3 years ago

0.1.26

3 years ago

0.1.27

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago