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
Added exported function to the loader wasi wat (#88)
The loader imports the `loader_load_wasi.wat` file which imports
`random_get` from WASI. This PR extends the example to export a
function which we can call in the host environment that leverages the
`random_get` function.
0 commit comments