🎉 initial commit
This commit is contained in:
8
extra/rust_fmt_vite.js
Normal file
8
extra/rust_fmt_vite.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import initAsync from "./rust_fmt.js";
|
||||
import wasm from "./rust_fmt_bg.wasm?url";
|
||||
|
||||
export default function __wbg_init(input = { module_or_path: wasm }) {
|
||||
return initAsync(input);
|
||||
}
|
||||
|
||||
export * from "./rust_fmt.js";
|
||||
Reference in New Issue
Block a user