wkrs 0.0.0

wasm worker works
Documentation
1
2
3
4
interface ihttp {
  type a = string;
  run: func() -> u8;
}