mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-26 01:21:55 +00:00
fix up some strings that looked funky after rustfmt
This commit is contained in:
crates/cli-support/src
@@ -212,7 +212,7 @@ impl Bindgen {
|
||||
const wasmModule = new WebAssembly.Module(bytes);
|
||||
const wasmInstance = new WebAssembly.Instance(wasmModule, imports);
|
||||
module.exports = wasmInstance.exports;
|
||||
",
|
||||
",
|
||||
path.file_name().unwrap().to_str().unwrap()
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user