Rust can compile to WASM, so let's use it for front-end code as well. To compile the front-end: ``` cargo install cargo-web cargo web deploy -p plume-front ```
		
			
				
	
	
		
			22 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			188 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
rls
 | 
						|
/target
 | 
						|
**/*.rs.bk
 | 
						|
rls
 | 
						|
translations
 | 
						|
po/*.po~
 | 
						|
.env
 | 
						|
Rocket.toml
 | 
						|
!.gitkeep
 | 
						|
static/media
 | 
						|
docker-compose.yml
 | 
						|
*.db
 | 
						|
*.sqlite
 | 
						|
*.sqlite3
 | 
						|
*.swp
 | 
						|
tags.*
 | 
						|
!tags.rs
 | 
						|
search_index
 | 
						|
main.css
 | 
						|
*.wasm
 | 
						|
*.js
 |