A Rust lang built Web Assembly (WASM) module that integrates with randomuser.me API.
Compatible with Deno / JavaScript / Node / TypeScript.
This module demonstrates:
- Rust lang to Web Assmbely using wasm-pack to:
- generate a Strongly Typed proxy library for randomuser.me
- integrate with wasm-bindgen (using web-sys for web browser Fetch API)
- Rust lang Unit Testing
- wasm-pack Integration testing against the generated wasm code
- GitHub Actions & Packages for CI/CD integration and NPM package storage
Branch | Build Status |
---|---|
master |
This code is distributed under the terms and conditions of the MIT License