wander-wasm

Crates.iowander-wasm
lib.rswander-wasm
version0.5.0
sourcesrc
created_at2023-10-01 00:21:10.474487
updated_at2023-11-02 23:36:28.424782
descriptionWasm support for Wander.
homepage
repositoryhttps://github.com/almibe/wander
max_upload_size
id988936
size22,898
Alex Michael Berry (almibe)

documentation

README

wander-wasm

This project exposes functionality from the Rust implementation of Wander to WASM and JS runtimes thanks to wasm-bindgen and wasm-pack. It can be used by people with no knowledge or interest in Rust or WASM since it is published to NPM and has a purely JavaScript or TypeScript interface available.

Using

TODO

Developing

If you are interested in building this project, see https://rustwasm.github.io/ for information on setting up a development environment.

Common Commands for Developers

wasm-pack build
wasm-pack build --target web
wasm-pack test --headless --firefox

Publishing

To publish run wasm-pack build and then run (assuming you have https://deno.land installed):

deno run --allow-all ./merge_template.ts

This will update the package.json. From there just publish to npm as normal and update the template accordingly.

Commit count: 64

cargo fmt