mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 20:11:55 +00:00
Run rustfmt
This commit is contained in:
@@ -54,10 +54,13 @@ fn runtest(test: &Path) -> Result<()> {
|
||||
.arg("--no-typescript");
|
||||
exec(&mut bindgen)?;
|
||||
|
||||
exec(Command::new("node")
|
||||
.arg("--experimental-wasm-anyref")
|
||||
.arg("--experimental-wasm-mv")
|
||||
.arg(&js).env("NODE_PATH", td.path()))?;
|
||||
exec(
|
||||
Command::new("node")
|
||||
.arg("--experimental-wasm-anyref")
|
||||
.arg("--experimental-wasm-mv")
|
||||
.arg(&js)
|
||||
.env("NODE_PATH", td.path()),
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user