echo package icon
robert/echo

wasi

Public
wasmer run robert/echo

echo

A very basic echo (doesn't support the coreutils echo parameters):

#include <stdio.h>

int main(int argc, char *argv[])
{
    for(int i = 1; i < argc; i++)
      printf("%s ", argv[i]);
    printf("\n");
}

A very basic echo

More packages
An example echo server built for Waxosuit
Kevin Hoffman
Kevin Hoffman
Kevin Hoffman
Kevin Hoffman
Javascript echo server using winter-js.
test echo program
Stas Kelvich
Stas Kelvich
Stas Kelvich
Stas Kelvich
test echo program
Stas Kelvich
Stas Kelvich
Stas Kelvich
Stas Kelvich