Skip to content

Commit e8b5add

Browse files
committed
Update docs
1 parent b70593d commit e8b5add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ at runtime) will get removed too.
1212
Very helpful when shrinking the size of WebAssembly binaries!
1313

1414
This functionality relies on the "name" section being present in the `.wasm`
15-
file, so build with debug symbols.
15+
file, so build with debug symbols:
1616

1717
```toml
1818
[profile.release]

Diff for: src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ at runtime) will get removed too.
1212
Very helpful when shrinking the size of WebAssembly binaries!
1313
1414
This functionality relies on the "name" section being present in the `.wasm`
15-
file, so build with debug symbols.
15+
file, so build with debug symbols:
1616
1717
```toml
1818
[profile.release]

0 commit comments

Comments
 (0)