mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Require version agreement between CLI and dep
One day may be able to relax this but for now its not tenable! Closes #47
This commit is contained in:
@ -353,6 +353,7 @@ impl Program {
|
||||
]);
|
||||
})
|
||||
}),
|
||||
("version", &|a| a.str(&shared::version())),
|
||||
]);
|
||||
a.cnt
|
||||
};
|
||||
|
Reference in New Issue
Block a user