abstreet/abstutil
Michael Kirk dcabbc9718
fix crash in tutorial on web (#376)
This file is used in step 6 of the tutorial.

As a desktop app, we had a bunch of files we just read from disk when
needed. Translating this to web requires some thinkging (things are
slower, they can fail, etc.).

As a first step we simply agglomerated all the files into the wasm
binary, but since some of the files are rather large, we tried to only
include the essential and small files.

This one was missed. Though some of the prebaked results files are very
large, this one is a mere 5k.
2020-11-02 11:10:21 -08:00
..
src fix crash in tutorial on web (#376) 2020-11-02 11:10:21 -08:00
Cargo.toml Ditch cpuprofiler in favor of cargo flamegraph. Add a tool that just 2020-10-15 17:12:38 -05:00