mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
examples: serve the wasm mandelbrot project using a v web server (#19937)
This commit is contained in:
parent
131052c1ed
commit
1b3c4f596e
5 changed files with 92 additions and 48 deletions
|
@ -277,8 +277,8 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
|
|||
skip_files << 'examples/sokol/sounds/wav_player.v'
|
||||
skip_files << 'examples/sokol/sounds/simple_sin_tones.v'
|
||||
}
|
||||
// examples/wasm/mandelbrot/mandelbrot.v requires special compilation flags: `-b wasm -os browser`, skip it for now:
|
||||
skip_files << 'examples/wasm/mandelbrot/mandelbrot.v'
|
||||
// examples/wasm/mandelbrot/mandelbrot.wasm.v requires special compilation flags: `-b wasm -os browser`, skip it for now:
|
||||
skip_files << 'examples/wasm/mandelbrot/mandelbrot.wasm.v'
|
||||
}
|
||||
vargs := _vargs.replace('-progress', '')
|
||||
vexe := pref.vexe_path()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue