Rename C prefix from __wasi to wasi_common_
This commit is contained in:
@@ -8,5 +8,5 @@ fn no_args() -> u32 {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
assert_eq!(unsafe { __wasi_no_args() }, no_args());
|
||||
assert_eq!(unsafe { wasi_common_no_args() }, no_args());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user