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

cognito: WebAssembly processes #47

Merged
merged 15 commits into from Feb 20, 2023
Merged

cognito: WebAssembly processes #47

merged 15 commits into from Feb 20, 2023

Conversation

marceline-cramer
Copy link
Collaborator

Changes of note:

  • Closes wasm: add bytemuck support to GuestMemory #12.
  • Closes cognito: implement a WebAssembly-based Process impl #30.
  • Defines the bulk of the guest<->host ABI interfaces and creates unimplemented!() stubs in Cognito for each host call.
  • Fixes bugs in conversion between ProcessId and (PeerId, LocalProcessId) (including a new unit test!)
  • Adds a unit test testing RuntimeBuilder::add_service.
  • Removes Arc<Runtime> from ProcessContext so that processes can be tested without a full runtime attached.
  • Adds WasmPlugin and adds it to both the client and server runtimes.

@marceline-cramer marceline-cramer added the enhancement New feature or request label Feb 20, 2023
@marceline-cramer marceline-cramer merged commit 1e8b7d8 into main Feb 20, 2023
@marceline-cramer marceline-cramer deleted the wasm-process branch February 20, 2023 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cognito: implement a WebAssembly-based Process impl wasm: add bytemuck support to GuestMemory
1 participant