You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,16 @@ Check out [the docs](/content/docs)
9
9
10
10
## Getting Bartholomew
11
11
12
-
Currently, the best way to get Bartholomew is to fetch this directory. To build
13
-
Bartholomew from source, just run `make build`, which basically does a
12
+
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).
13
+
14
+
### Building from Source
15
+
16
+
To build Bartholomew from source, just run `make build`, which basically does a
14
17
`cargo build --target wasm32-wasi --release`.
15
18
16
19
> `make build` also runs `wasm-opt`, which is part of the [Binaryen](https://webassembly.github.io/binaryen/) project.
17
20
> This reduces the size of the WebAssembly module by optimizing the bytecode.
18
21
19
-
You can also use the pre-built `batholomew.wasm` or the versioned bindles.
20
-
21
22
To run Bartholomew, you will need a Wagi-capable runtime.
22
23
For example, you can just download a recent release of [Wagi](https://github.com/deislabs/wagi) and put it on your `$PATH`.
23
24
Then the `make serve` command can start it all up for you.
0 commit comments