Skip to content

Commit

Permalink
drop -draft version suffix
Browse files Browse the repository at this point in the history
This ensures that e.g.:

```
wit-bindgen markdown wit-0.3.0-draft -w imports --html-in-md
```

works with wit-bindgen 0.37

refs:
WebAssembly/wasi-sockets@3abda6e

refs:
WebAssembly/wasi-sockets#111 (comment)

Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jan 17, 2025
1 parent 70fa400 commit 44b42cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wit-0.3.0-draft/preopens.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem@0.3.0-draft;
package wasi:filesystem@0.3.0;

@since(version = 0.3.0)
interface preopens {
Expand Down
2 changes: 1 addition & 1 deletion wit-0.3.0-draft/types.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem@0.3.0-draft;
package wasi:filesystem@0.3.0;
/// WASI filesystem is a filesystem API primarily intended to let users run WASI
/// programs that access their files on their existing filesystems, without
/// significant overhead.
Expand Down
2 changes: 1 addition & 1 deletion wit-0.3.0-draft/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem@0.3.0-draft;
package wasi:filesystem@0.3.0;

@since(version = 0.3.0)
world imports {
Expand Down

0 comments on commit 44b42cd

Please sign in to comment.