remove unused wasm_import

This commit is contained in:
Li Jie
2025-04-17 22:59:11 +08:00
parent 19b98393a6
commit 28d944c6af
2 changed files with 0 additions and 16 deletions

View File

@@ -190,14 +190,6 @@ type prestat struct {
dir prestatDir
}
//go:wasmimport wasi_snapshot_preview1 fd_prestat_get
//go:noescape
func fd_prestat_get(fd int32, prestat *prestat) Errno
//go:wasmimport wasi_snapshot_preview1 fd_prestat_dir_name
//go:noescape
func fd_prestat_dir_name(fd int32, path *byte, pathLen size) Errno
type opendir struct {
fd int32
name string