From 0998edc776558c44f769568861f03dba184c9942 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 18 Dec 2019 16:28:56 +0200 Subject: [PATCH] Update Readme --- .github/workflows/{spec-tests.yml => tests.yml} | 0 README.md | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{spec-tests.yml => tests.yml} (100%) diff --git a/.github/workflows/spec-tests.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/spec-tests.yml rename to .github/workflows/tests.yml diff --git a/README.md b/README.md index 3591710..f0ab4ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![GitHub issues](https://img.shields.io/github/issues/wasm3/wasm3.svg)](https://github.com/wasm3/wasm3/issues) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wasm3/wasm3) -[![CI status](https://github.com/wasm3/wasm3/workflows/spec%20tests/badge.svg)](https://github.com/wasm3/wasm3/actions) +[![CI status](https://github.com/wasm3/wasm3/workflows/tests/badge.svg)](https://github.com/wasm3/wasm3/actions) A high performance WebAssembly interpreter written in C. @@ -15,7 +15,7 @@ A high performance WebAssembly interpreter written in C. ## Status -WebAssembly Core Specification conformance: **98%** +`wasm3` passes the [WebAssembly spec testsuite](https://github.com/WebAssembly/spec/tree/master/test/core) and is able to run many `WASI` apps. Minimum useful system requirements: **~64Kb** for code and **~10Kb** RAM