hermit-os / hermit-rs

Hermit for Rust.
Apache License 2.0
1.66k stars 86 forks source link

extend wastime demo to support wasi32-wasi #595

Closed stlankes closed 3 months ago

stlankes commented 3 months ago

To support wasi, the PR start to the "wasi_snapshot_preview1". Cuurently, only the basic functions are supported, which are needed to run the fibonacci example.

In addition, the fibonacci example is converted from a library to a common application.

stlankes commented 3 months ago

@mkroening I merge it because I fulfill all your requests.