From 09970717193b13f60d43c7d6a86a31af3879551b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Mon, 17 Jan 2022 10:42:39 +0100 Subject: [PATCH] Deprecate this repository I created a successor crate with a proper crate name and without all the dead code. Substrate is switched to the new crate here: https://github.com/paritytech/substrate/pull/10680 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2851ec2..e359f67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pwasm-utils -[![Build Status](https://travis-ci.org/paritytech/wasm-utils.svg?branch=master)](https://travis-ci.org/paritytech/wasm-utils) +> :warning: **This repository/crate is deprecated and unmaintained**: Switch to [`wasm-instrument`](https://github.com/paritytech/wasm-instrument) in order to use wasm instrumentation (gas metering, stack height limiter) in your project. For wasm code optimization [`binaryen`](https://github.com/WebAssembly/binaryen) should be used. A collection of WASM utilities used in pwasm-ethereum and substrate contract development.