Skip to content

Commit f8ef58f

Browse files
authored
doc: Minor style fixes
1 parent bfd6286 commit f8ef58f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wasm_runtime/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 🏗️ Building wasm_runtime
22

3-
The steps below show how to build wasm_runtime. Rust will target the host platform, building `libwasm_runtime.so` on Linux and `wasm_runtime.dll` on Windows.
3+
The steps below show how to build **wasm_runtime**.
4+
5+
Rust will automatically target the host platform, building `libwasm_runtime.so` on Linux and `wasm_runtime.dll` on Windows.
46

57
### Requirements
68

0 commit comments

Comments
 (0)