wa-lang.org/wazero@v1.0.2/experimental/testdata/clock.wat (about)

     1  (module
     2    (func ;; re-export fd_prestat_dir_name, imported from WASI
     3      (export "clock_time_get")
     4      (import "wasi_snapshot_preview1" "clock_time_get")
     5      (param $id i32) (param $precision i64) (param $result.timestamp i32) (result (;errno;) i32)
     6    )
     7  
     8    (memory (export "memory") 1 1) ;; memory is required for WASI
     9  )