| Crates.io | wiwi-wasm |
| lib.rs | wiwi-wasm |
| version | 0.11.0-pre.3 |
| created_at | 2025-01-31 06:02:21.855709+00 |
| updated_at | 2025-03-06 22:57:02.168327+00 |
| description | Nicer, higher level APIs for working with JavaScript from Rust (WASM), mostly revolving around builder-style APIs |
| homepage | |
| repository | https://github.com/meadowsys/wiwi |
| max_upload_size | |
| id | 1537177 |
| size | 43,867 |
Nicer, higher level APIs for working with JavaScript from Rust (WASM), mostly revolving around builder-style APIs
Rust 1.85, which is, at the time of writing, only available on the beta/nightly release channels.
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()).