Update repository URLs for the Bytecode Alliance. (#550)

This commit is contained in:
Dan Gohman
2019-11-12 09:18:59 -08:00
committed by GitHub
parent 46721f3f92
commit c78196bd01
45 changed files with 65 additions and 65 deletions

View File

@@ -4,7 +4,7 @@ version = "0.0.0"
authors = ["The Lightbeam Project Developers"]
description = "An optimising one-pass streaming compiler for WebAssembly"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/wasmtime"
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
categories = ["wasm"]
keywords = ["webassembly", "wasm", "compile", "compiler", "jit"]

View File

@@ -2,7 +2,7 @@
Lightbeam is an optimising one-pass streaming compiler for WebAssembly, intended for use in [Wasmtime][wasmtime].
[wasmtime]: https://github.com/CraneStation/wasmtime
[wasmtime]: https://github.com/bytecodealliance/wasmtime
## Quality of output
@@ -165,4 +165,4 @@ Lightbeam passes 100% of the specification test suite, but that doesn't necessar
You can file issues in the [Wasmtime issue tracker][issue tracker]. If you want to get involved jump into the [CraneStation Gitter room][cranestation-gitter] and someone can direct you to the right place. I wish I could say "the most useful thing you can do is play with it and open issues where you find problems" but until it passes the spec suite that won't be very helpful.
[cranestation-gitter]: https://gitter.im/CraneStation/Lobby
[Wasmtime issue tracker]: https://github.com/CraneStation/wasmtime/issues
[Wasmtime issue tracker]: https://github.com/bytecodealliance/wasmtime/issues