From f4cadcfff92bb1e03d7f5839f24e770141bbeef9 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 8 Mar 2026 11:15:05 +0100 Subject: change token table entries, remove temporary file :shame: --- twasm/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'twasm/README.md') diff --git a/twasm/README.md b/twasm/README.md index cd2fa8b..83dab90 100644 --- a/twasm/README.md +++ b/twasm/README.md @@ -35,11 +35,11 @@ each word represents a token on the token table. each token gets loaded into the token table with the following form: ``` -+----------+----------+ -| 31 16 | 15 0 | -+----------+----------+ -| reserved | token id | -+----------+----------+ ++----------+ +| 15 0 | ++----------+ +| token id | ++----------+ ``` ### token IDs -- cgit v1.3.1