Update repository URLs for the Bytecode Alliance. (#550)
This commit is contained in:
@@ -5,7 +5,7 @@ To get started using WASI, see [the intro document](WASI-intro.md) and
|
||||
|
||||
For more detail on what WASI is, see [the overview](WASI-overview.md).
|
||||
|
||||
For specifics on the API, see the [API documentation](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md).
|
||||
For specifics on the API, see the [API documentation](https://github.com/bytecodealliance/wasmtime/blob/master/docs/WASI-api.md).
|
||||
Additionally, a C header file describing the WASI API is
|
||||
[here](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/core.h).
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ about function signature mismatches; this is a
|
||||
Currently the options are [Wasmtime] and the [browser polyfill], though we
|
||||
intend WASI to be implementable in many wasm VMs.
|
||||
|
||||
[Wasmtime]: https://github.com/CraneStation/wasmtime
|
||||
[Wasmtime]: https://github.com/bytecodealliance/wasmtime
|
||||
[browser polyfill]: https://wasi.dev/polyfill/
|
||||
|
||||
### Wasmtime
|
||||
@@ -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/CraneStation/wasmtime/tree/master/wasmtime-wasi/js-polyfill).
|
||||
The source is [here](https://github.com/bytecodealliance/wasmtime/tree/master/wasmtime-wasi/js-polyfill).
|
||||
|
||||
## Where can I learn more?
|
||||
|
||||
|
||||
@@ -160,4 +160,4 @@ integration between .wasm modules importing WASI and the Web.
|
||||
|
||||
WASI is currently experimental. Feedback is welcome!
|
||||
|
||||
[Wasmtime]: https://github.com/CraneStation/wasmtime
|
||||
[Wasmtime]: https://github.com/bytecodealliance/wasmtime
|
||||
|
||||
@@ -30,7 +30,7 @@ If you think some default value should be tuned, some new settings
|
||||
should be introduced or some behavior should be changed, you are
|
||||
welcome to discuss it and contribute to [the Wasmtime repository].
|
||||
|
||||
[the Wasmtime repository]: https://github.com/CraneStation/wasmtime
|
||||
[the Wasmtime repository]: https://github.com/bytecodealliance/wasmtime
|
||||
|
||||
Setting `enabled`
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user