Update the wat and wast crates (#998)
Now with support for annotations, plus a few minor bug fixes
This commit is contained in:
@@ -240,7 +240,7 @@ impl WastContext {
|
||||
match directive {
|
||||
Module(mut module) => {
|
||||
let binary = module.encode()?;
|
||||
self.module(module.name.map(|s| s.name()), &binary)?;
|
||||
self.module(module.id.map(|s| s.name()), &binary)?;
|
||||
}
|
||||
Register {
|
||||
span: _,
|
||||
|
||||
Reference in New Issue
Block a user