Done! Finish transition to async, very close to merging
This commit is contained in:
parent
39fdbc593b
commit
895747476f
7 changed files with 2948 additions and 19 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue