Skip to content

W-Mai/RunPyScriptInBrowserWithWasmLibCompiledByRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run PyScript In Browser With Wasm Lib Compiled By Rust

1. Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup target add wasm32-unknown-unknown

2. Build Wasm Lib

./build.sh

3. Run Server

cd web
python -m http.server

4. Open Browser

Open http://localhost:8000 in browser, and you will see the result.

About

Run PyScript In Browser With Wasm Lib Compiled By Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors