We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ec98f + 77ae098 commit e43d811Copy full SHA for e43d811
wasm3-sys/build.rs
@@ -40,11 +40,11 @@ fn gen_bindings() {
40
.arg("--no-layout-tests")
41
.arg("--default-enum-style=moduleconsts")
42
.arg("--no-doc-comments")
43
- .arg("--whitelist-function")
+ .arg("--allowlist-function")
44
.arg(WHITELIST_REGEX_FUNCTION)
45
- .arg("--whitelist-type")
+ .arg("--allowlist-type")
46
.arg(WHITELIST_REGEX_TYPE)
47
- .arg("--whitelist-var")
+ .arg("--allowlist-var")
48
.arg(WHITELIST_REGEX_VAR)
49
.arg("--no-derive-debug");
50
for &ty in PRIMITIVES.iter() {
0 commit comments