Skip to content

Commit

Permalink
feat: wasm poc
Browse files Browse the repository at this point in the history
  • Loading branch information
cathaypacific8747 committed Jun 5, 2024
1 parent 6a88e99 commit c56aceb
Show file tree
Hide file tree
Showing 19 changed files with 1,524 additions and 3,150 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,15 @@
],
"editor.formatOnSave": true,
"rust-analyzer.lens.enable": false,
"rust-analyzer.procMacro.ignored": {
"leptos_macro": [
"component",
"server"
],
},
"rust-analyzer.rustfmt.overrideCommand": [
"leptosfmt",
"--stdin",
"--rustfmt"
]
}
Loading

0 comments on commit c56aceb

Please sign in to comment.