Skip to content

trungnq97/wasm-webworker-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wasm-webworker-minimal

A minimal example of using WASM in web worker

  • Build wasm em++ -std=c++17 -O3 --bind -o main.js main.cpp
  • Serve python -m SimpleHTTPServer
  • Open http://localhost:8000, check Console to see output.

About

A minimal example of using WASM in web worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published