0 branches
Tree
Top files
Clone with HTTPS:
README.md
examples: increase the resolution of the generated image in examples/wasm/mandelbrot
2 years ago
397 bytes
favicon.ico
examples: increase the resolution of the generated image in examples/wasm/mandelbrot
2 years ago
991 bytes
mandelbrot.html
examples: increase the resolution of the generated image in examples/wasm/mandelbrot
2 years ago
1.53 KB
Run V Mandelbrot Example
Using only V
v run .
Using Python or Emscripten
- First, create
mandelbrot.wasm. Compile with-os browser.v -b wasm -os browser mandelbrot.wasm.v - Then, open the
mandelbrot.htmlfile in the browser.- CORS errors do not allow
mandelbrot.wasmto be loaded. - Use
python -m http.server 8080 - Use
emrun mandelbrot.html
- CORS errors do not allow