Done! Finish transition to async, very close to merging

This commit is contained in:
Isaac Clayton 2022-07-06 20:36:38 +02:00
parent 39fdbc593b
commit 895747476f
7 changed files with 2948 additions and 19 deletions

View file

@ -68,7 +68,7 @@ impl PluginBuilder {
pub fn new(wasi_ctx: WasiCtx) -> Result<Self, Error> {
let mut config = Config::default();
config.async_support(true);
config.epoch_interruption(true);
// config.epoch_interruption(true);
let engine = Engine::new(&config)?;
let linker = Linker::new(&engine);