mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 00:36:33 +00:00
Switch from version strings to schema versions
Should help reduce some churn a bit!
This commit is contained in:
@ -351,6 +351,7 @@ impl Program {
|
||||
})
|
||||
}),
|
||||
("version", &|a| a.str(&shared::version())),
|
||||
("schema_version", &|a| a.str(&shared::SCHEMA_VERSION)),
|
||||
]);
|
||||
a.cnt
|
||||
};
|
||||
|
Reference in New Issue
Block a user