Skip to content

kaschubert/webgpu_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0. Install prerequisites

cargo install wasm-bindgen-cli https

1. cd to the current folder

2. Compile wasm module

cargo build --target wasm32-unknown-unknown

3. Invoke wasm-bindgen

wasm-bindgen target/wasm32-unknown-unknown/debug/webgpu_tut_lib.wasm --out-dir . --target web --no-typescript

4. run http server

http

5. Open 127.0.0.1:8000 in browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published