js_arc

Crates.iojs_arc
lib.rsjs_arc
version0.1.0
sourcesrc
created_at2024-05-19 08:36:34.767628
updated_at2024-05-19 08:36:34.767628
descriptionA Send + Sync abstraction for JsValue in WASM
homepagehttps://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc
repositoryhttps://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc
max_upload_size
id1244800
size49,018
(63b8e7lmk1jv9c0ovus4hqkcasqgp0ed)

documentation

README

See the documentation on the cargo doc for more information.

Building

wasm-pack build --target web --release

There's a simple example included, it can be viewed by using miniserve in that example folder.

cargo install miniserve
miniserve .

Then open index.html

Commit count: 2

cargo fmt