Open thangchung opened 1 year ago
HttpClient with wasi supports:
wasi-http
(Rust)wasm-compose
wasi-http
from scratchComponent model:
jco
to target it on the web platform.wasm-cloud-core
capabilities Spin w/ component model:
host
to init and handle messagewasm-compose
with spin
: https://github.com/fibonacci1729/spin-compose-example, adapts example from https://github.com/bytecodealliance/wasm-tools/blob/main/crates/wasm-compose/example
http-server
with hyper
=> https://github.com/Mossaka/wit-bindgen-go-template/blob/main/src/main.rs & https://github.com/Mossaka/wit-bindgen-pure-go/tree/main
From this presentation, we intend to implement this model on Spin.
Component Model & Introduction to WebAssembly components by Radu Matei Component Model Tooling Compatibility - Mar 2023
Food for thought: