forked from bytecodealliance/wasm-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update other
package
statements with semicolons
- Loading branch information
1 parent
1c318a8
commit 8e0964c
Showing
179 changed files
with
180 additions
and
180 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-empty-interface/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-export-default/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-export-namespaced/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-export-reallocs/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-export-save-args/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-export-with-post-return/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-import-only-used-in-adapter/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: func(x: string); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-inject-stack-with-adapt-realloc/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-inject-stack-with-realloc-no-state/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-inject-stack-with-realloc/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-inject-stack-with-reallocing-adapter/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-inject-stack/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-list-return/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-memory-simple/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-multiple/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/adapt-preview1/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: interface { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module { | ||
import foo: func(); | ||
import bar: func() -> string; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/ensure-default-type-exports/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
type foo = u8; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-adapt-missing-memory/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-default-export-sig-mismatch/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
export a: func(x: string) -> string; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-empty-module-import/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-export-sig-mismatch/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
export foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-import-resource-rep/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
world module { | ||
resource a; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-import-resource-wrong-signature/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
world module { | ||
resource a; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-import-sig-mismatch/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-invalid-module-import/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-link-duplicate-symbols/lib-bar.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-bar { } |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-link-duplicate-symbols/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-link-missing-needed/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-link-missing-symbols/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-missing-default-export/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module { | ||
export a: func(); | ||
} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-missing-export/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
export foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-missing-import-func/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
a: func(); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/error-missing-import/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
package foo:foo | ||
package foo:foo; | ||
world module {} |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/export-interface-using-import/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
record f { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/export-name-shuffling/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface name { | ||
record foo { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/export-resource/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
world module { | ||
export foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/export-type-name-conflict/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
record foo { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/export-with-type-alias/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
type a = u8; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
export a: func(); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-and-export-resource/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
interface foo { | ||
resource a; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-conflict/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
a: func(); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-empty-interface/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: interface {} | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-export-same-iface-name/deps/dep/foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:dep | ||
package foo:dep; | ||
|
||
interface the-name { | ||
a: func(); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-export-same-iface-name/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface the-name { | ||
a: func(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
...mponent/tests/components/import-in-adapter-and-main-module/deps/shared-dependency/doc.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:shared-dependency | ||
package foo:shared-dependency; | ||
|
||
interface doc { | ||
f1: func(); | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-in-adapter-and-main-module/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo:shared-dependency/doc; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-partial-export-full/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package a:b | ||
package a:b; | ||
|
||
interface name { | ||
variant name2 { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-resource-in-interface/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
world module { | ||
import foo: interface { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/import-resource-simple/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:bar | ||
package foo:bar; | ||
|
||
world module { | ||
resource a { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import bar: interface { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface my-default { | ||
record r { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-bare-funcs/lib-c.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-c { } |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-bare-funcs/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
world lib-foo { | ||
import foo1: func(); | ||
import bar: func() -> string; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-circular/lib-bar.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-bar { } |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-circular/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-dl-openable/dlopen-lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-got-func/lib-bar.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-bar { } |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-got-func/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/link-weak-import/lib-foo.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
foo: func(v: s32) -> s32; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package test:test | ||
package test:test; | ||
|
||
interface test { | ||
bar: func(v: s32) -> s32; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-c { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-foo { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package test:test | ||
package test:test; | ||
|
||
world lib-unused { } |
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/live-exports-dead-imports/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface a { | ||
resource r { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface foo { | ||
record r { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/many-same-names/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
interface name { | ||
record r1 { | ||
|
2 changes: 1 addition & 1 deletion
2
crates/wit-component/tests/components/no-realloc-required/module.wit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
import foo: interface { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package foo:foo | ||
package foo:foo; | ||
|
||
world module { | ||
export a: func() -> string; | ||
|
Oops, something went wrong.