Fix broken link to polyfill source (#745)

Fix a broken link to polyfill source
This commit is contained in:
pk
2019-12-25 06:40:59 +11:00
committed by Dan Gohman
parent 1eed2b7542
commit 6c97cfed1e

View File

@@ -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?