Skip to content

spudmashmedia/randu-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

randu-core

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

Build Status

Branch Build Status
master Rust

Getting Started

Documentation

License

This code is distributed under the terms and conditions of the MIT License

Releases

No releases published

Packages