Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
add maintence mode information to readme (#675)
Browse files Browse the repository at this point in the history
Closes #673
  • Loading branch information
Pat Hickey committed Oct 6, 2021
1 parent 2e5a1ae commit 0e641c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Lucet is in Maintence Mode

Since mid 2020, the Lucet team has been focusing our efforts on the
[Wasmtime][wasmtime] project. Wasmtime now has support for all of the features
that previously only Lucet had, such as ahead-of-time (AOT) compilation
and a pooling userfaultfd-based memory allocator.

We encourage all new projects to use [Wasmtime][wasmtime], and existing Lucet
users to transition to Wasmtime.

[wasmtime]: https://github.com/bytecodealliance/wasmtime

# Lucet   [![Build Status]][gh-actions]

[Build Status]: https://github.com/bytecodealliance/lucet/workflows/CI/badge.svg
Expand Down

0 comments on commit 0e641c3

Please sign in to comment.