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: wasm_runtime/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# 🏗️ Building wasm_runtime
2
2
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.
0 commit comments