tomb-wasm-experimental
TypeScript icon, indicating that this package has built-in type declarations

4.2.0 • Public • Published

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();

Readme

Keywords

none

Package Sidebar

Install

npm i tomb-wasm-experimental

Weekly Downloads

1

Version

4.2.0

License

MIT

Unpacked Size

2.28 MB

Total Files

6

Last publish

Collaborators

  • amiller68