Commit Graph

15 Commits

Author SHA1 Message Date
ptitSeb
d08d3c1c95 Updated the other crates too 2023-04-18 16:53:04 +02:00
ptitSeb
7fb7c09080 Release 3.2.0 2023-04-18 16:30:03 +02:00
ptitSeb
e40c6a4177 Release 3.2.0-beta.2 2023-04-05 13:25:40 +02:00
ptitSeb
c145390caa Bumped crates version pre-beta.2 release (#3743) 2023-04-05 10:45:13 +00:00
ptitSeb
d58d158897 Release 3.2.0-beta.1 2023-03-22 19:14:57 +01:00
ptitSeb
f59ab5caee Renamed virtfs to virtual-fs and virtnet to virtual-net 2023-03-16 09:29:51 +01:00
ptitSeb
feb79e4392 Renamed some crates and changed their version to 0.1.0 2023-03-15 14:20:04 +01:00
Christoph Herzog
6b6ae4d146 fix: Gate the fd_memory module to Linux targets
This memory implementation only works on Linux.
2023-02-10 10:34:47 +01:00
Christoph Herzog
3dbdee75af refactor(wasi): Rename WasiRuntimeImplementation to WasiRuntime
Because ... should be obvious why!
2023-02-08 16:01:42 +01:00
Christoph Herzog
62026e4bee wasix: Remove websocket support
Removes the websocket support from wasix.

Websockets are a high level concept.
They should not be integrated so deeply into the core of wasix.

For client connections, we will want to add support for websocket
clients into the custom wasix_http_client bindings.

For servers, the support should go into the custom wcgi server bindings.
2023-02-03 15:31:55 +01:00
Christoph Herzog
8d573b3d3a tests: Comment out fd memory tests
(not working properly at the moment)
2023-01-30 16:50:10 +01:00
Christoph Herzog
43653bc9bb tests: Move fd_mmap_memory test to sys-utils crate
fd_mmap_memory was moved there previously
2023-01-25 17:31:19 +01:00
Christoph Herzog
8259512676 Delete unused host_ws.rs file, and move to sys-utils
Deletes a tokio + tungstenite based Websocket implementation in the wasi
crate.

The file wasn't even included in the module tree.

The code is moved to the wasmer-sys-utils crate, but commented out at
the moment.

Should probably just be removed.
2023-01-24 19:59:24 +01:00
Christoph Herzog
f92572445b refactor: Move fd_memory from wasi to sys-utils crate
It is primarily used by Deploy and doesn't really belong in wasi.
2023-01-24 19:38:04 +01:00
Christoph Herzog
fe370605b1 Add an empty wasmer-sys-utils crate
This crate will hold utility functionality that doesn't fit well
anywhere else.
2023-01-24 19:38:04 +01:00