Skip to content

thiskevinwang/docker-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-wasm

This is a proof of concept: a simple HTTP server, written in rust and compiled to wasm.

It should be run using the new Docker WASM technical preview.

See Makefile for various commands to run.

Live Demo

The project is currently deployed to AWS Lambda + Function URL

Warning: This is not intended to be a stable URL and may change in the future.

curl https://x2swn6lrdcbwuq6fkkxvo2ugpm0esgja.lambda-url.us-east-1.on.aws/echo -XPOST -d "hello world"

curl https://x2swn6lrdcbwuq6fkkxvo2ugpm0esgja.lambda-url.us-east-1.on.aws/echo/reversed -XPOST -d "hello world"

Educational links

About

Proof of concept of running WASM w/ Docker

Resources

Stars

Watchers

Forks

Releases

No releases published