Renamed kwasm-net to wasmer-kernel-net

This commit is contained in:
Syrus
2019-05-15 10:34:56 -07:00
parent 408f89ccd6
commit 3bbf7753cb
10 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
#![feature(wasi_ext)]
use kwasm_net::{schedule, Epoll, Tcp4Listener, TcpStream};
use wasmer_kernel_net::{schedule, Epoll, Tcp4Listener, TcpStream};
use std::sync::Arc;
fn serve(stream: Arc<TcpStream>, mut all: Vec<u8>) {