plugin: fix rust pdk wit template probes
This commit is contained in:
+1
-1
@@ -10,6 +10,6 @@ interface https {
|
||||
/// Grant-bound filesystem host API. No ambient WASI filesystem is exposed.
|
||||
interface fs {
|
||||
read: func(request-json: string) -> string;
|
||||
list: func(request-json: string) -> string;
|
||||
%list: func(request-json: string) -> string;
|
||||
write: func(request-json: string) -> string;
|
||||
}
|
||||
Reference in New Issue
Block a user