Skip to content

Commit

Permalink
add some comments and add latest version of the kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jul 17, 2024
1 parent b041bf2 commit d8cbea1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions examples/wasmtime/src/preview1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#![allow(dead_code)]
///! This file provide the interface of WASI preview1 to HermitOS
///!
///! NOTE: The current version assumes that / is the current
///! working directory of the WASI application.
use std::cmp::Ordering;
use std::mem::MaybeUninit;
use std::sync::{Mutex, OnceLock};
Expand Down

0 comments on commit d8cbea1

Please sign in to comment.