diff options
author | Alex Crichton <alex@alexcrichton.com> | 2023-10-29 15:13:56 -0700 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-02-21 16:20:32 +0000 |
commit | 20ada4b5c135862104ca724a6d9d17730286aa82 (patch) | |
tree | 12698fa89bd8c1fbff5fe1740279e2053fcb9660 /.rustfmt.toml | |
parent | f0782722654158c38193183e4c9b74925a0c52ef (diff) | |
download | unit-20ada4b5c135862104ca724a6d9d17730286aa82.tar.gz unit-20ada4b5c135862104ca724a6d9d17730286aa82.tar.bz2 |
Wasm-wc: Core of initial Wasm component model language module support
This is the work of Alex Crichton.
This is written in Rust. The problem is that there is currently no
support on the C side of things for the component model, which is the
point of this module.
It talks to Unit via automatically generated bindings.
I've (Andrew) just made some minor tweaks to src/lib.rs, build.rs &
Cargo.toml to adjust some paths, adjust where we get the language module
config from and the module name and where it's located in the source
tree,
I also removed and disabled the tracking of the Cargo.lock file, this is
constantly changing and not tracking it seems right for 'libraries' and
dropped the README's...
Other than that I have tried to leave his work intact, subsequent
commits will make some larger changes, but I didn't want to intermix
them with Alex's work.
One such commit will update the module to use wasmtime 17 which brings
WASI 0.2.0 support.
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '.rustfmt.toml')
0 files changed, 0 insertions, 0 deletions