Skip to content

Commit

Permalink
set wasi:filesystem version to 0.2.0-rc-2023-11-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Hickey committed Nov 10, 2023
1 parent 0ea7a03 commit 76eb886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions wit/preopens.wit
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package wasi:filesystem@0.2.0-rc-2023-11-10;

interface preopens {
use types.{descriptor};

Expand Down
1 change: 1 addition & 0 deletions wit/types.wit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package wasi:filesystem@0.2.0-rc-2023-11-10;
/// 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/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package wasi:filesystem;
package wasi:filesystem@0.2.0-rc-2023-11-10;

world imports {
import types;
Expand Down

0 comments on commit 76eb886

Please sign in to comment.