File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -226,11 +226,7 @@ type interfaceRefCodec struct {
226
226
}
227
227
228
228
// This exists to support legacy JSON from wasm-tools pre v1.209.0.
229
- << << << < HEAD
230
229
// See https://github.com/bytecodealliance/go-modules/issues/151.
231
- == == == =
232
- // See https://go.bytecodealliance.org/issues/151.
233
- >> >> >> > bb5f758 (Mass search replace 'github .com / bytecodealliance / wasm - tools - go ' - > 'go .bytecodealliance .org ')
234
230
func (c * interfaceRefCodec ) DecodeInt (i int ) error {
235
231
c .ref .Interface = c .getInterface (i )
236
232
return nil
Original file line number Diff line number Diff line change 32
32
// [WebAssembly Interface Type]: https://component-model.bytecodealliance.org/design/wit.html
33
33
// [WebAssembly Component Model]: https://component-model.bytecodealliance.org/introduction.html
34
34
// [wit-parser]: https://docs.rs/wit-parser/latest/wit_parser/
35
- // [source]: https://go.bytecodealliance.org /wasm-tools/tree/main/crates/wit-parser
35
+ // [source]: https://github.com /wasm-tools/tree/main/crates/wit-parser
36
36
// [wasm-tools]: https://crates.io/crates/wasm-tools
37
37
package wit
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"unsafe"
9
9
10
+ "github.com/coreos/go-semver/semver"
10
11
"go.bytecodealliance.org/wit/iterate"
11
12
"go.bytecodealliance.org/wit/ordered"
12
- "github.com/coreos/go-semver/semver"
13
13
)
14
14
15
15
// Resolve represents a fully resolved set of WIT ([WebAssembly Interface Type])
@@ -1076,7 +1076,7 @@ func (l *List) hasResource() bool { return HasResource(l.Type) }
1076
1076
// Future represents a WIT [future type], expected to be part of [WASI Preview 3].
1077
1077
// It implements the [Node], [ABI], and [TypeDefKind] interfaces.
1078
1078
//
1079
- // [future type]: https://go. bytecodealliance.org /wit-bindgen/issues/270
1079
+ // [future type]: https://github.com/ bytecodealliance/wit-bindgen/issues/270
1080
1080
// [WASI Preview 3]: https://bytecodealliance.org/articles/webassembly-the-updated-roadmap-for-developers
1081
1081
type Future struct {
1082
1082
_typeDefKind
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ func escape(name string) string {
433
433
434
434
// A map of all [WIT keywords].
435
435
//
436
- // [WIT keywords]: https://go.bytecodealliance.org /wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
436
+ // [WIT keywords]: https://github.com /wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
437
437
var witKeywords = map [string ]bool {
438
438
"as" : true ,
439
439
"bool" : true ,
You can’t perform that action at this time.
0 commit comments