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 413f172
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/wasmtime/src/preview1.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#![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 413f172

Please sign in to comment.