From 4b7dd4fdaac602399a540166f37d5d981ce50b51 Mon Sep 17 00:00:00 2001 From: "Join.G" Date: Fri, 1 Nov 2024 17:08:13 +0800 Subject: [PATCH] change read me. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f5ca5e1..52445c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # BLS-C2W This project aims to compile docker image into webassembly format, leveraging pre-compilation techniques to significantly accelerate the entire compilation time. + +## Make a wasm + +```bash +$ bls-c2w image-name +``` + +## Run with network + +```bash +$ bls-c2wnet --invoke -p 0.0.0.0:8090:8090 bls-out.wasm --net=socket +``` +