Add a test that loads multiple languages in a wasm store

This commit is contained in:
Max Brunsfeld 2023-11-24 20:03:54 -08:00
parent 359317f876
commit b59716600a
4 changed files with 56 additions and 0 deletions

View file

@ -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") {