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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,17 @@ See the [examples](./examples) directory and [documentation](https://docs.rs/tin
50
50
51
51
-**`full`:** Enables `archive`, `parallel-parser`, `parser`, and `validate`. Enabled by default.
52
52
-**`std`:** Enables `std` and parsing from files and streams. Enabled by default.
53
-
-**`log`:** Enables integration with the `log` crate. Enabled by default.
54
53
-**`parser`:** Enables `tinywasm-parser` and top-level parse helpers. Enabled by default.
55
54
-**`validate`:** Enables WebAssembly validation while parsing. Enabled by default and configurable through [`ParserOptions`](https://docs.rs/tinywasm/latest/tinywasm/parser/struct.ParserOptions.html).
55
+
-**`parallel-parser`:** Parallelizes function parsing when `std` is enabled. Enabled by default.
56
56
-**`archive`:** Enables serialization and deserialization of the internal `twasm` format. Enabled by default.
57
+
-**`log`:** Enables integration with the `log` crate. Enabled by default.
58
+
-**`send`:** Makes stores and store-local handles movable across threads.
59
+
-**`portable-atomic`:** Supports targets without native atomic compare-and-swap.
57
60
-**`canonicalize-nans`:** Uses a [canonical NaN](https://en.wikipedia.org/wiki/NaN#Canonical_NaN) for normalized NaN results. Enabled by default.
58
61
-**`debug`:** Derives `Debug` for runtime types. Enabled by default.
59
-
-**`parallel-parser`:** Parallelizes function parsing when `std` is enabled. Enabled by default.
0 commit comments