Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

V1.0.0

Pre-release
Pre-release

Choose a tag to compare

@tpmccallum tpmccallum released this 17 Jun 05:22
· 493 commits to master since this release

A live RESTful API which allows end users to:

  • Upload compiled .wasm executables
  • Hotswap to newer compiled .wasm executables
  • Get sha256 hex digest of WebAssembly executable to confirm integrity during execution
  • Execute functions which reside in previously uploaded .wasm executables
  • Perform function execution whilst using multipart requests to facilitate the functions input parameters
  • Perform pre function execution requests
  • Perform post function execution requests (callbacks)

Documentation includes:

Working demonstration: