Skip to content

Commit

Permalink
Merge pull request #604 from stlankes/wasmtime
Browse files Browse the repository at this point in the history
add latest version of the kernel
  • Loading branch information
stlankes authored Jul 17, 2024
2 parents 4728e51 + 413f172 commit 754a103
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 754a103

Please sign in to comment.