Add debug prototype 2 (fork of wasmtime-debug)

This commit is contained in:
Mark McCaskey
2020-01-31 12:42:09 -08:00
parent 589a99452c
commit 800b2a42cc
20 changed files with 4296 additions and 14 deletions

View File

@ -45,6 +45,7 @@ impl Module {
runnable_module: Arc::new(Box::new(runnable_module)),
cache_gen,
info,
debug_info: None,
})
}
}