Add a test that loads multiple languages in a wasm store
This commit is contained in:
parent
359317f876
commit
b59716600a
4 changed files with 56 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ lazy_static! {
|
|||
fs::create_dir_all(&result).unwrap();
|
||||
result
|
||||
};
|
||||
pub static ref WASM_DIR: PathBuf = ROOT_DIR.join("target").join("release");
|
||||
pub static ref SCRATCH_DIR: PathBuf = {
|
||||
// https://doc.rust-lang.org/reference/conditional-compilation.html
|
||||
let vendor = if cfg!(target_vendor = "apple") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue