fl-wasm-rs

Crates.iofl-wasm-rs
lib.rsfl-wasm-rs
version0.1.1
sourcesrc
created_at2023-03-08 21:52:44.276854
updated_at2023-07-21 16:36:02.642217
descriptionRuntime library for FunLess functions
homepagehttps://github.com/funlessdev/fl-wasm
repositoryhttps://github.com/funlessdev/fl-wasm
max_upload_size
id805116
size8,408
Giuseppe De Palma (giusdp)

documentation

https://docs.rs/fl-wasm-rs

README

Crates.io Documentation

This library provides macros and functions for Rust FunLess functions.

Contents:

  • shared library for FunLess functions with utilities (http requests, console logging, etc.)
  • re-exports derive macros from the ../macros crate

Check the examples folder for

  • an example on how to create a simple function that parses input JSON and returns a JSON response.
  • an example on how to make a HTTP request from a function and parse the response.
Commit count: 22

cargo fmt