Skip to content

Commit

Permalink
Merge pull request #20 from technosophos/release/v0.1.0
Browse files Browse the repository at this point in the history
Releases v0.1.0
  • Loading branch information
technosophos authored Feb 9, 2022
2 parents 6e00b58 + 444df66 commit 8014f46
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ Check out [the docs](/content/docs)

## Getting Bartholomew

Currently, the best way to get Bartholomew is to fetch this directory. To build
Bartholomew from source, just run `make build`, which basically does a
The easiest way to start is to get the [Bartholomew site template](https://github.com/fermyon/bartholomew-site-template) and then download the [latest release of Bartholomew](https://github.com/fermyon/bartholomew/releases).

### Building from Source

To build Bartholomew from source, just run `make build`, which basically does a
`cargo build --target wasm32-wasi --release`.

> `make build` also runs `wasm-opt`, which is part of the [Binaryen](https://webassembly.github.io/binaryen/) project.
> This reduces the size of the WebAssembly module by optimizing the bytecode.
You can also use the pre-built `batholomew.wasm` or the versioned bindles.

To run Bartholomew, you will need a Wagi-capable runtime.
For example, you can just download a recent release of [Wagi](https://github.com/deislabs/wagi) and put it on your `$PATH`.
Then the `make serve` command can start it all up for you.
Expand Down

0 comments on commit 8014f46

Please sign in to comment.