remove unused wasm_import
This commit is contained in:
@@ -16,14 +16,6 @@ const (
|
||||
|
||||
type sdflags = uint32
|
||||
|
||||
//go:wasmimport wasi_snapshot_preview1 sock_accept
|
||||
//go:noescape
|
||||
func sock_accept(fd int32, flags fdflags, newfd *int32) Errno
|
||||
|
||||
//go:wasmimport wasi_snapshot_preview1 sock_shutdown
|
||||
//go:noescape
|
||||
func sock_shutdown(fd int32, flags sdflags) Errno
|
||||
|
||||
func Socket(proto, sotype, unused int) (fd int, err error) {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user