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'm wondering if there is a way to extend it (Running in WASM) with javascript functions so I can provide things like networking and other capabilities. I don't see examples for how to deal with wasm.
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
-
I saw some discussion about extending the context like:
and also in: https://github.com/jasonwilliams/boa/blob/main/examples/scripts/enhancedglobal.js
I'm wondering if there is a way to extend it (Running in WASM) with javascript functions so I can provide things like networking and other capabilities. I don't see examples for how to deal with wasm.
Like this: https://github.com/sebastianwessel/quickjs/tree/main/example/custom-module
Related:
#1531
Beta Was this translation helpful? Give feedback.
All reactions