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've been playing with the WASM support but I haven't found how to expose host functions to WASM modules (e.g., my host Java process defines some hello() function and a WASM module can call it).
I have also played with GraalJS and the WebAssembly API, but I couldn't find how to enable WASI here, even with the wasm.Builtins context option.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've been playing with the WASM support but I haven't found how to expose host functions to WASM modules (e.g., my host Java process defines some
hello()
function and a WASM module can call it).I have also played with GraalJS and the
WebAssembly
API, but I couldn't find how to enable WASI here, even with thewasm.Builtins
context option.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions