typed-array 0.2.0

A wrapper for all typed array types from `js_sys` that implements common functionality and useful conversions.
1
2
3
4
5
6
7
8
9
10
11
use wasm_bindgen_test::*;

#[wasm_bindgen_test]
fn test_readme_deps() {
    version_sync::assert_markdown_deps_updated!("README.md");
}

#[wasm_bindgen_test]
fn test_html_root_url() {
    version_sync::assert_html_root_url_updated!("src/lib.rs");
}