forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove timezone interface from wasi-clocks (bytecodealliance#7515)
* delete wasi-clocks timezone interface: import wit changes from WebAssembly/wasi-clocks#55 * remove other references to wasi:clocks/timezone in wits * remove todo! implementation of clocks/timezone and add_to_linker funcs
- Loading branch information
1 parent
aff8d97
commit 974d88a
Showing
10 changed files
with
0 additions
and
117 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ package wasi:[email protected]; | |
world reactor { | ||
import wasi:clocks/wall-clock@0.2.0-rc-2023-11-05; | ||
import wasi:clocks/monotonic-clock@0.2.0-rc-2023-11-05; | ||
import wasi:clocks/timezone@0.2.0-rc-2023-11-05; | ||
import wasi:filesystem/types@0.2.0-rc-2023-11-05; | ||
import wasi:filesystem/preopens@0.2.0-rc-2023-11-05; | ||
import wasi:sockets/instance-network@0.2.0-rc-2023-11-05; | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,5 +3,4 @@ package wasi:[email protected]; | |
world imports { | ||
import monotonic-clock; | ||
import wall-clock; | ||
import timezone; | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ package wasi:[email protected]; | |
world reactor { | ||
import wasi:clocks/wall-clock@0.2.0-rc-2023-11-05; | ||
import wasi:clocks/monotonic-clock@0.2.0-rc-2023-11-05; | ||
import wasi:clocks/timezone@0.2.0-rc-2023-11-05; | ||
import wasi:filesystem/types@0.2.0-rc-2023-11-05; | ||
import wasi:filesystem/preopens@0.2.0-rc-2023-11-05; | ||
import wasi:sockets/instance-network@0.2.0-rc-2023-11-05; | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,5 +3,4 @@ package wasi:[email protected]; | |
world imports { | ||
import monotonic-clock; | ||
import wall-clock; | ||
import timezone; | ||
} |
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