Update emscripten to latest changes

This commit is contained in:
Steve Akinyemi
2019-01-17 19:55:25 +01:00
parent 16a67c996a
commit 0bf6ce49f6
9 changed files with 445 additions and 457 deletions

View File

@ -32,7 +32,7 @@ impl FuncResolver for PlaceholderFuncResolver {
/// This contains all of the items in a `ModuleInner` except the `func_resolver`.
pub struct Module {
module: ModuleInner,
pub module: ModuleInner,
}
impl Module {