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
let expt = module.exports.get_func_by_id(run).unwrap();
54
-
module.exports.delete(expt);
55
-
module.delete_func(run);// TODO: Look at the intended behaviour here. Need to pass function ID to delete from functions. Was Previously passing Exports ID
56
-
}
57
-
}
58
-
}
59
-
60
-
for wasi_version inWASI_VERSIONS{
61
-
let import = format!("wasi:http/incoming-handler@{wasi_version}#handle");
62
-
if exports.iter().any(|(name, _)| *name == import){
0 commit comments