mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 01:13:09 +00:00
Replaces the wasmtime-runtime run_module implementation: - wasmtime::Module → wasmtime::component::Component - wasmtime::Linker<WasiCtx> → wasmtime::component::Linker<State> - wasmtime_wasi::add_to_linker → wasmtime_wasi::add_to_linker_sync - _start typed func call → wasmtime_wasi::bindings::sync::Command::instantiate + call_run Config now sets wasm_component_model(true). State struct implements WasiView (ctx + table). app.wasm must be a WASI 0.2 component; core modules are no longer supported. |
||
|---|---|---|
| .. | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-ipc-types | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||