sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

README (820B)


      1 # radroots_events_codec_wasm
      2 
      3 This is the README for `radroots_events_codec_wasm`, which provides WebAssembly
      4 bindings for `radroots_events_codec` in the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * wasm-bindgen entry points for event content and tag encoding and decoding;
      9  * specialized tag helpers for farm, list, job, message, plot, and reaction
     10    event families;
     11  * JSON and `JsValue` boundaries built around `serde-wasm-bindgen` and base64
     12    helpers;
     13  * built as `cdylib` and `rlib` artifacts for wasm consumers.
     14 
     15 ## Copyright
     16 
     17 Except as otherwise noted, all files in the `radroots_events_codec_wasm`
     18 distribution are
     19 
     20  Copyright (c) 2020-2026 Tyson Lupul
     21 
     22 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     23 WARRANTIES, see LICENSE included in the `radroots_events_codec_wasm`
     24 distribution.