You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`send`:** Makes stores and store-local handles movable across threads
60
61
-**`simd-x86`:** Enables x86-specific SIMD intrinsics and uses `unsafe` internally.
61
62
62
-
With default features disabled, `tinywasm`depends only on `core`, `alloc`, and `libm`, making it usable in `no_std + alloc` environments.
63
+
With default features disabled, `tinywasm`supports `no_std + alloc` and depends only on `libm`.
63
64
64
65
Use [`Engine`](https://docs.rs/tinywasm/latest/tinywasm/engine/struct.Engine.html) and [`engine::Config`](https://docs.rs/tinywasm/latest/tinywasm/engine/struct.Config.html) for non-default fuel accounting, stack sizing, or GC collection thresholds. A configured `ResourceLimiter` can allow, reject, or trap memory and table allocation or growth requests, and GC object allocations.
0 commit comments