wit-component 0.8.1

Tooling for working with `*.wit` and component files together.
Documentation
1
2
3
4
5
6
7
8
9
world proxy {
  import random: random.random.random
  import console: logging.handler.handler
  import poll: poll.poll.poll
  import streams: io.streams.streams
  import types: pkg.types.types
  import default-outgoing-HTTP: pkg.outgoing-handler.outgoing-handler
  export HTTP: pkg.incoming-handler.incoming-handler
}