diff options
| author | Henry <mail@henrygressmann.de> | 2026-05-05 22:34:22 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-05-05 22:34:22 +0200 |
| commit | 737b75a1963ba2f3e76204eede2bc682b5135403 (patch) | |
| tree | fc973fc5eabdbbdbdca5849891a9bb5f63e56e8d /README.md | |
| parent | ba76508d60a74d112c4e0bdf17a7cd7693d90536 (diff) | |
docs: update readme
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
