#function #http-request #response #console #input #logging #fun-less

fl-wasm-rs

Runtime library for FunLess functions

2 releases

0.1.1 Jul 21, 2023
0.1.0 Mar 8, 2023

#665 in WebAssembly

40 downloads per month

Apache-2.0

9KB
188 lines

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.

Dependencies

~0.8–1.5MB
~34K SLoC