IhostVlad opened issue #3482:
Feature
Provide support for wasi-experimental-http, for instance, this one https://github.com/deislabs/wasi-experimental-http, over specific CLI flag
Benefit
Currently there is now stereotypical way to perform HTTP requests over wasmtime runtime, but it's mandatory MVP feature, since much work performed via network sockets, for instance, interacting with AWS/Azure/etc cloud SDKs can be performed only via HTTP(S)
Implementation
Support for wasi-experimental-http can be provided as build-in functionality, like for neural nets or cryptography, which are already had been implemented as wasmtime features, and should be available via CLI flag
Maybe it's better to introduce some plugins management subsystem in wasmtime, but now it seems to be redunantAlternatives
Unfortunately there is now adequate alternatives, other than recompile wasttime from source codes and inject http crate mentioned above
IhostVlad commented on issue #3482:
Sorry for duplicate
IhostVlad closed issue #3482:
Feature
Provide support for wasi-experimental-http, for instance, this one https://github.com/deislabs/wasi-experimental-http, over specific CLI flag
Benefit
Currently there is now stereotypical way to perform HTTP requests over wasmtime runtime, but it's mandatory MVP feature, since much work performed via network sockets, for instance, interacting with AWS/Azure/etc cloud SDKs can be performed only via HTTP(S)
Implementation
Support for wasi-experimental-http can be provided as build-in functionality, like for neural nets or cryptography, which are already had been implemented as wasmtime features, and should be available via CLI flag
Maybe it's better to introduce some plugins management subsystem in wasmtime, but now it seems to be redunantAlternatives
Unfortunately there is now adequate alternatives, other than recompile wasttime from source codes and inject http crate mentioned above
IhostVlad edited a comment on issue #3482:
Sorry for duplicate of this https://github.com/bytecodealliance/wasmtime/issues/3483
IhostVlad closed issue #3482:
Feature
Provide support for wasi-experimental-http, for instance, this one https://github.com/deislabs/wasi-experimental-http, over specific CLI flag
Benefit
Currently there is now stereotypical way to perform HTTP requests over wasmtime runtime, but it's mandatory MVP feature, since much work performed via network sockets, for instance, interacting with AWS/Azure/etc cloud SDKs can be performed only via HTTP(S)
Implementation
Support for wasi-experimental-http can be provided as build-in functionality, like for neural nets or cryptography, which are already had been implemented as wasmtime features, and should be available via CLI flag
Maybe it's better to introduce some plugins management subsystem in wasmtime, but now it seems to be redunantAlternatives
Unfortunately there is now adequate alternatives, other than recompile wasttime from source codes and inject http crate mentioned above
Last updated: Nov 22 2024 at 16:03 UTC