To run the example on http://localhost:8080
$ ./workerd serve config.capnpTo run using bazel
$ bazel run //src/workerd/server:workerd -- serve ~/cloudflare/workerd/samples/helloworld/config.capnpTo create a standalone binary that can be run:
$ ./workerd compile config.capnp > helloworld
$ ./helloworldTo test:
% curl http://localhost:8080
Hello World