Skip to content

Commit

Permalink
change read me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Nov 1, 2024
1 parent dba093e commit 4b7dd4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 4b7dd4f

Please sign in to comment.