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

feat: initial rust runtime #136

Merged
merged 28 commits into from
Sep 14, 2022
Merged

feat: initial rust runtime #136

merged 28 commits into from
Sep 14, 2022

Conversation

QuiiBz
Copy link
Member

@QuiiBz QuiiBz commented Sep 1, 2022

About

Following #96

Implement basic runtime and serverless packages. Serverless only supports deploy/undeploy, and cli is not yet using the Rust runtime.

* feat: rust runtime

* feat: log function

* refactor: split tests

* feat: add custom allocator for memory limit

* feat: move to isolate

update

* feat: compile es modules & run handler function

* feat: extract error message

* refactor: single thread & cache handler

* feat: lazy create isolates

* feat: basic request / response

* feat: format

* refactor: clean unused dependencies

* feat: construct request object to v8

* feat: handle response objects

* refactor: rename extract to utils

* refactor: architecture

* feat: add js runtime basics

* feat: start fetch impl

* feat: *very* basic working promises

* refactor: request/response
@QuiiBz QuiiBz changed the title feat: rust runtime feat: initial rust runtime Sep 14, 2022
@QuiiBz QuiiBz marked this pull request as ready for review September 14, 2022 17:31
@QuiiBz QuiiBz merged commit 3099487 into main Sep 14, 2022
@QuiiBz QuiiBz deleted the rust branch September 14, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant