From b784ae875e32fa5f9bb546f174b640490c3716c2 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Tue, 7 May 2019 08:58:24 +0200 Subject: [PATCH] Add git revision to track against lucet-wasi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5aab07b8b8..ad7e407dd1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # wasi-common -This repo strips away those bits of [lucet-wasi](https://github.com/fastly/lucet/tree/master/lucet-wasi) +This repo strips away those bits of [lucet-wasi](https://github.com/fastly/lucet/tree/5d3efb6005391a7c71d585732a5507b00db6bb1e/lucet-wasi) which can potentially be encapsulated in a separated crate with potential plug'n'play use in both [Lucet](https://github.com/fastly/lucet) and [Wasmtime](https://github.com/CraneStation/wasmtime) projects. -This repo is strictly experimental. +This repo is strictly experimental, and based on [5d3efb6005](https://github.com/fastly/lucet/commit/5d3efb6005391a7c71d585732a5507b00db6bb1e) git revision. ## Supported syscalls