Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jco transpile: implementation of wasi-http for Web #155

Open
34 tasks
pchickey opened this issue Sep 12, 2023 · 0 comments
Open
34 tasks

Jco transpile: implementation of wasi-http for Web #155

pchickey opened this issue Sep 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request target-web This issue is about the Web target wasi-preview2 This issue is about the Wasi Preview 2 API

Comments

@pchickey
Copy link
Collaborator

pchickey commented Sep 12, 2023

Targets ServiceWorker, Fetch.

Tasks

  • incoming-handler.handle
  • outgoing-handler.handle
  • types.drop-fields
  • types.new-fields
  • types.fields-get
  • types.fields-set
  • types.fields-delete
  • types.fields-append
  • types.fields-entries
  • types.fields-clone
  • types.finish-incoming-stream
  • types.finish-outgoing-stream
  • types.drop-incoming-request
  • types.drop-outgoing-request
  • types.incoming-request-method
  • types.incoming-request-path-with-query
  • types.incoming-request-scheme
  • types.incoming-request-authority
  • types.incoming-request-headers
  • types.incoming-request-consume
  • types.new-outgoing-request
  • types.outgoing-request-write
  • types.drop-response-outparam
  • types.set-response-outparam
  • types.drop-incoming-response
  • types.incoming-response-status
  • types.incoming-response-headers
  • types.incoming-response-consume
  • types.drop-outgoing-response
  • types.new-outgoing-response
  • types.outgoing-response-write
  • types.future-incoming-response-get
  • types.drop-future-incoming-response
  • types.listen-to-future-incoming-response
@pchickey pchickey converted this from a draft issue Sep 12, 2023
@pchickey pchickey changed the title Jco transpile: implementation of HTTP for Web (ServiceWorker, Fetch) Jco transpile: implementation of wasi-http for Web (ServiceWorker, Fetch) Sep 12, 2023
@yoshuawuyts yoshuawuyts added this to the Preview 2 milestone Oct 17, 2023
@yoshuawuyts yoshuawuyts added the enhancement New feature or request label Oct 17, 2023
@yoshuawuyts yoshuawuyts added the wasi-preview2 This issue is about the Wasi Preview 2 API label Oct 17, 2023
@yoshuawuyts yoshuawuyts changed the title Jco transpile: implementation of wasi-http for Web (ServiceWorker, Fetch) Jco transpile: implementation of wasi-http for Web Oct 17, 2023
@yoshuawuyts yoshuawuyts added the target-web This issue is about the Web target label Oct 17, 2023
@yoshuawuyts yoshuawuyts removed this from the Preview 2 milestone Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request target-web This issue is about the Web target wasi-preview2 This issue is about the Wasi Preview 2 API
Projects
Status: No status
Development

No branches or pull requests

3 participants