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 want to use wasmtime or another runtime in a C++ app to secure calls to complicated functions.
Is there an example for that?
In particular ----> how can a webassembly function call functions from the main app with secret state only stored in the app (-- not visible from webassembly for security --)? How to implement wrappers like wasmerio/wasmer#925 with wasmtime? Is it possible?
The text was updated successfully, but these errors were encountered:
If I understand correctly, and if you don't specifically need to run code compiled to WebAssembly, the Google Sandboxed API may do what you are looking for.
I think @yurydelendik's answer about callbacks should address this, so I'll close this issue. @codefishd, feel free to reopen if you disagree and can further clarify your use case and why it's not addressed by closure callbacks.
Greetings
I want to use wasmtime or another runtime in a C++ app to secure calls to complicated functions.
Is there an example for that?
In particular ----> how can a webassembly function call functions from the main app with secret state only stored in the app (-- not visible from webassembly for security --)? How to implement wrappers like wasmerio/wasmer#925 with wasmtime? Is it possible?
The text was updated successfully, but these errors were encountered: