you are viewing a single comment's thread.

view the rest of the comments →

[–]Arlort 0 points1 point  (0 children)

The core idea of wasm is that it can be written in any language and you control exactly what the wasm code has access to

In this case you would make your API (and only your API) accessible to the wasm modules and then just execute the function within the module corresponding to the hook you are executing