Link to the WASI website in README.md

This commit is contained in:
Max Desiatov 2020-06-18 17:52:08 +01:00 committed by GitHub
parent 85720963f6
commit 8e50e18d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ It is still in development, but it aims to support these features (🐥 means "r
- 🥚 Optimizing and packaging the app for distribution with `carton bundle`.
When using `carton` you don't have to install Node.js or write your own webpack configs. `carton`
itself uses webpack as a dev dependency to precompile and minify the required WASI polyfill and the
reload-on-rebuild code, but you won't need webpack or Node.js when using carton as an end user.
The polyfill is distributed to you precompiled.
itself uses webpack as a dev dependency to precompile and minify the required [WASI](https://wasi.dev/)
polyfill and the reload-on-rebuild code, but you won't need webpack or Node.js when using carton as
an end user. The polyfill is distributed to you precompiled.
It is currently work in progress, so watch the repository for imminent updates!