From 6c97cfed1eb5738e1407e9c2fb485aa32596f4ae Mon Sep 17 00:00:00 2001 From: pk Date: Wed, 25 Dec 2019 06:40:59 +1100 Subject: [PATCH] Fix broken link to polyfill source (#745) Fix a broken link to polyfill source --- docs/WASI-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-intro.md b/docs/WASI-intro.md index a2a271f420..32a462b11f 100644 --- a/docs/WASI-intro.md +++ b/docs/WASI-intro.md @@ -80,7 +80,7 @@ or `cargo run --bin wasmtime foo.wasm`. The polyfill is online [here](https://wasi.dev/polyfill/). -The source is [here](https://github.com/bytecodealliance/wasmtime/tree/master/wasmtime-wasi/js-polyfill). +The source is [here](https://github.com/bytecodealliance/wasmtime/tree/master/crates/wasi-c/js-polyfill). ## Where can I learn more?