Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
43
third-party/vendor/js-sys/tests/wasm/main.rs
vendored
Normal file
43
third-party/vendor/js-sys/tests/wasm/main.rs
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
#![cfg(target_arch = "wasm32")]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub mod Array;
|
||||
pub mod ArrayBuffer;
|
||||
pub mod ArrayIterator;
|
||||
pub mod BigInt;
|
||||
pub mod Boolean;
|
||||
pub mod DataView;
|
||||
pub mod Date;
|
||||
pub mod Error;
|
||||
pub mod EvalError;
|
||||
pub mod Function;
|
||||
pub mod Generator;
|
||||
pub mod Intl;
|
||||
pub mod Iterator;
|
||||
pub mod JSON;
|
||||
pub mod JsString;
|
||||
pub mod Map;
|
||||
pub mod MapIterator;
|
||||
pub mod Math;
|
||||
pub mod Number;
|
||||
pub mod Object;
|
||||
pub mod Promise;
|
||||
pub mod Proxy;
|
||||
pub mod RangeError;
|
||||
pub mod ReferenceError;
|
||||
pub mod Reflect;
|
||||
pub mod RegExp;
|
||||
pub mod Set;
|
||||
pub mod SetIterator;
|
||||
pub mod SharedArrayBuffer;
|
||||
pub mod Symbol;
|
||||
pub mod SyntaxError;
|
||||
#[cfg(js_sys_unstable_apis)]
|
||||
pub mod Temporal;
|
||||
pub mod TypeError;
|
||||
pub mod TypedArray;
|
||||
pub mod UriError;
|
||||
pub mod WeakMap;
|
||||
pub mod WeakSet;
|
||||
pub mod WebAssembly;
|
||||
pub mod global_fns;
|
||||
Loading…
Add table
Add a link
Reference in a new issue