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
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
hi, for a company use case we would like to have wasms generated from c# code and wasi export methods to be used as plugins inside browsers, but also in the backend, being it dotnet based or on other platforms.
using your isolator example is interesting from a c# bacvkend point of view, where we would like not to load and run in sandbox a dll bu a wasm, and calling its exported methods like a plugin. would it be possible?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi, for a company use case we would like to have wasms generated from c# code and wasi export methods to be used as plugins inside browsers, but also in the backend, being it dotnet based or on other platforms.
using your isolator example is interesting from a c# bacvkend point of view, where we would like not to load and run in sandbox a dll bu a wasm, and calling its exported methods like a plugin. would it be possible?
The text was updated successfully, but these errors were encountered: