4.2.0 • Published 2 years ago

tomb-wasm-experimental v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tomb-wasm

This is a WebAssembly implementation a client that can read and write metadata and content created by tomb.

Setup

cargo install wasm-pack

Build

# For stable release
wasm-pack build
# For nightly release
rustup run nightly wasm-pack build

Test

# For stable release
wasm-pack test --headless --firefox
# For nightly release
rustup run nightly wasm-pack test --headless --firefox

Run

# import the module in your javascript e.g.
import { Tomb } from '/path/to/tomb-wasm/pkg/tomb_wasm';

...

let tomb = Tomb.new();
tomb.init();
4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago