wkrs 0.0.1

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