Crates.io | js_arc |
lib.rs | js_arc |
version | 0.1.0 |
source | src |
created_at | 2024-05-19 08:36:34.767628 |
updated_at | 2024-05-19 08:36:34.767628 |
description | A Send + Sync abstraction for JsValue in WASM |
homepage | https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc |
repository | https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc |
max_upload_size | |
id | 1244800 |
size | 49,018 |
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