summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-05 22:34:22 +0200
committerHenry <mail@henrygressmann.de>2026-05-05 22:34:22 +0200
commit737b75a1963ba2f3e76204eede2bc682b5135403 (patch)
treefc973fc5eabdbbdbdca5849891a9bb5f63e56e8d
parentba76508d60a74d112c4e0bdf17a7cd7693d90536 (diff)
docs: update readme
Signed-off-by: Henry <mail@henrygressmann.de>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9a9c322..794d5dc 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ With default features disabled, `tinywasm` depends only on `core`, `alloc`, and
Use `Engine` and `engine::Config` when you need non-default runtime settings such as fuel accounting, stack sizing, memory backend selection, or trap-on-OOM behavior.
-[^libm]: [rust-lang/rust#137578](https://github.com/rust-lang/rust/issues/137578) — tracking issue for `libm` as a fallback in `core`.
+[^libm]: [rust-lang/rust#137578](https://github.com/rust-lang/rust/issues/137578) — tracking issue for floating-point math support in `no_std`.
## Current Status