From 74369c2db1d42f9bbd964b9f625fd3bd6ba5c572 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 20 Jun 2022 06:55:22 -0700 Subject: [PATCH] Update the Wasmtime and cranelift-wasm URLs and descriptions. Update the Wasmtime and Cranelift URLs and descriptions to match the current repository. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea8b599..a590582 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,13 @@ Attribution-ShareAlike 4.0 International License. ### Interpreting and Compiling WebAssembly -* [cranelift-wasm](https://github.com/CraneStation/cranelift-wasm) [![](https://img.shields.io/crates/v/cranelift-wasm.svg)](https://crates.io/crates/cranelift-wasm) [![](https://api.travis-ci.org/CraneStation/cranelift-wasm.svg?branch=master)](https://travis-ci.org/CraneStation/cranelift-wasm) — Compile WebAssembly to the native host's machine code. Part of the Cranelift (né Cretonne) code generator project. +* [cranelift-wasm](https://github.com/bytecodealliance/wasmtime/tree/main/cranelift#cranelift-code-generator) [![](https://img.shields.io/crates/v/cranelift-wasm.svg)](https://crates.io/crates/cranelift-wasm) [![](https://github.com/bytecodealliance/wasmtime/workflows/CI/badge.svg)](https://github.com/bytecodealliance/wasmtime/actions?query=workflow%3ACI) — Compile WebAssembly to the native host's machine code. Part of the Cranelift code generator project. * [wasmer](https://github.com/wasmerio/wasmer) [![](https://img.shields.io/crates/v/wasmer.svg)](https://crates.io/crates/wasmer)[![](https://img.shields.io/circleci/project/github/wasmerio/wasmer/master.svg)](https://circleci.com/gh/wasmerio/wasmer/) — Standalone JIT WebAssembly runtime. * [wasmi](https://github.com/paritytech/wasmi) [![](https://img.shields.io/crates/v/wasmi.svg)](https://crates.io/crates/wasmi) [![](https://api.travis-ci.org/paritytech/wasmi.svg?branch=master)](https://travis-ci.org/paritytech/wasmi) — An embeddable WebAssembly interpreter. -* [wasmtime](https://github.com/CraneStation/wasmtime) [![](https://img.shields.io/crates/v/wasmtime.svg)](https://crates.io/crates/wasmtime)[![](https://dev.azure.com/CraneStation/Wasmtime/_apis/build/status/CraneStation.wasmtime?branchName=master)](https://dev.azure.com/CraneStation/Wasmtime/) — Standalone JIT-style runtime for WebAssembly +* [wasmtime](https://github.com/bytecodealliance/wasmtime) [![](https://img.shields.io/crates/v/wasmtime.svg)](https://crates.io/crates/wasmtime)[![](https://github.com/bytecodealliance/wasmtime/workflows/CI/badge.svg)](https://github.com/bytecodealliance/wasmtime/actions?query=workflow%3ACI) — Standalone JIT-style runtime for WebAssembly ### Parsing and Generating `.wasm` Binaries