Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Jul 12, 2024
1 parent 2fc5ebf commit ccc9137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ffi-and-wasm-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,6 @@ Make sure that `draw.wasm` and `index.html` are in the same folder, then start a
python3 -m http.server 8080
```

Goto <http://localhost:8080> in your browser, there should be a smile face on the screen and an output on the console:
Goto [http://localhost:8080](http://localhost:8080) in your browser, there should be a smile face on the screen and an output on the console:

![A smile face webpage with browser devtools open](./imgs/smile_face_with_log.png)
2 changes: 1 addition & 1 deletion zh-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MoonBit

MoonBit 是一个用于云计算和边缘计算的 WebAssembly 端到端的编程语言工具链。
您可以访问 <https://try.moonbitlang.cn> 获得 IDE 环境,无需安装任何软件,也不依赖任何服务器。
您可以访问 [https://try.moonbitlang.cn](https://try.moonbitlang.cn) 获得 IDE 环境,无需安装任何软件,也不依赖任何服务器。

## 状态

Expand Down
2 changes: 1 addition & 1 deletion zh-docs/ffi-and-wasm-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,6 @@ WebAssembly.instantiateStreaming(fetch("target/wasm-gc/release/build/lib/lib.was
python3 -m http.server 8080
```

在浏览器中打开 <http://localhost:8080> 后,应该可以看到屏幕上的一个笑脸以及控制台的输出:
在浏览器中打开 [http://localhost:8080](http://localhost:8080) 后,应该可以看到屏幕上的一个笑脸以及控制台的输出:

![A smile face webpage with browser devtools open](./imgs/smile_face_with_log.png)

0 comments on commit ccc9137

Please sign in to comment.