1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-20 06:31:57 +00:00

Rename polyfill to vendor_prefix

cc 
This commit is contained in:
Alex Crichton
2018-10-01 12:33:33 -07:00
parent 473258f731
commit f75349262a
14 changed files with 112 additions and 100 deletions
crates
backend
cli-support
macro-support
shared
webidl
guide/src
SUMMARY.md
reference
attributes
tests/wasm

@@ -87,7 +87,7 @@ pub struct ImportStatic {
pub struct ImportType {
pub name: String,
pub instanceof_shim: String,
pub polyfills: Vec<String>,
pub vendor_prefixes: Vec<String>,
}
#[derive(Deserialize, Serialize)]