From e9dbd5b4cb9c03d7e75d37797718a993d2a6b86a Mon Sep 17 00:00:00 2001 From: philogy Date: Thu, 7 Nov 2024 15:34:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 161a83d..781004d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ in Rust. It comes with: - [ ] Code tables - [ ] builtins (`__tablestart`, `__tablesize`) - [ ] ABI builtins (`__FUNC_SIG`, `__EVEN_HASH`, `__ERROR`) -- [ ] Macro code inclusion builtins (`__codesize`, `__codeoffset`) - [ ] Imports (`#include` statements) ## Why rewrite `huff-rs`?