You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a simple POC to integrate wasmtime-go into gVisor.
Please see the following link as reference: google/gvisor#5811
gVisor is a user space kernel. Integrating wasmtime-go into gVisor has 2 obvious advantages:
1, Can meet the requirements of OCI
2, Can directly use the syscall/FS provided by gVisor in the implementation of WASI
Can you give some comments? And do you think it's a good idea? I want to apply this combination to serverless scenarios.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I made a simple POC to integrate wasmtime-go into gVisor.
Please see the following link as reference:
google/gvisor#5811
gVisor is a user space kernel. Integrating wasmtime-go into gVisor has 2 obvious advantages:
1, Can meet the requirements of OCI
2, Can directly use the syscall/FS provided by gVisor in the implementation of WASI
Can you give some comments? And do you think it's a good idea? I want to apply this combination to serverless scenarios.
Thanks.
The text was updated successfully, but these errors were encountered: