From 737b75a1963ba2f3e76204eede2bc682b5135403 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 5 May 2026 22:34:22 +0200 Subject: [PATCH] docs: update readme Signed-off-by: Henry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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