wiwi-wasm

Crates.iowiwi-wasm
lib.rswiwi-wasm
version0.11.0-pre.3
created_at2025-01-31 06:02:21.855709+00
updated_at2025-03-06 22:57:02.168327+00
descriptionNicer, higher level APIs for working with JavaScript from Rust (WASM), mostly revolving around builder-style APIs
homepage
repositoryhttps://github.com/meadowsys/wiwi
max_upload_size
id1537177
size43,867
Meadowsys (meadowsys)

documentation

README

wiwi-wasm

Nicer, higher level APIs for working with JavaScript from Rust (WASM), mostly revolving around builder-style APIs

MSRV

Rust 1.85, which is, at the time of writing, only available on the beta/nightly release channels.

API design

If there are any discrepancies between this documentation and the actual API, please file an issue letting us know the name of the item that deviates!

The "base" type of the entire crate is ExternAny, representing a reference to any extern (stored in JS) value. The more "primitive" operations, such as typeof, are implemented on this type.

Global objects are accessible via top level functions (ex. Reflect is available via reflect()).

Commit count: 1615

cargo fmt