Crates.io | wasm-framework |
lib.rs | wasm-framework |
version | 0.5.1 |
source | src |
created_at | 2021-03-09 08:31:21.848914 |
updated_at | 2021-03-09 08:31:21.848914 |
description | Simplify implementation of serverless WASM on Cloudflare Workers |
homepage | https://github.com/stevelr/wasm-service |
repository | https://github.com/stevelr/wasm-service |
max_upload_size | |
id | 366190 |
size | 58,756 |
Lightweight library for building Rust-WASM services on Cloudflare Workers.
The goal of this library is to make it easy to build fast and lightweight HTTP-based services in WASM, hosted on Cloudflare Workers. To keep things fast and lightweight, there is a strong preference for significant new capabilities to added as compile-time features or separate libraries.
service-logging
wasm-service-oauth
To start a new project,
wrangler generate -t rust PROJECT \
https://github.com/stevelr/rustwasm-service-template
where PROJECT is your project name.
rustwasm-service-template contains some relevant sample code, as well as instructions for setting up of Cloudflare and (optionally) Coralogix logging service.
Licensed under either of
See CHANGELOG for recent changes