File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232// [WebAssembly Interface Type]: https://component-model.bytecodealliance.org/design/wit.html
3333// [WebAssembly Component Model]: https://component-model.bytecodealliance.org/introduction.html
3434// [wit-parser]: https://docs.rs/wit-parser/latest/wit_parser/
35- // [source]: https://github.com/wasm-tools/tree/main/crates/wit-parser
35+ // [source]: https://github.com/bytecodealliance/ wasm-tools/tree/main/crates/wit-parser
3636// [wasm-tools]: https://crates.io/crates/wasm-tools
3737package wit
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ func escape(name string) string {
433433
434434// A map of all [WIT keywords].
435435//
436- // [WIT keywords]: https://github.com/wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
436+ // [WIT keywords]: https://github.com/bytecodealliance/ wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
437437var witKeywords = map [string ]bool {
438438 "as" : true ,
439439 "bool" : true ,
You can’t perform that action at this time.
0 commit comments