doodle/pkg/wasm
Noah 35a89e5dbe WASM: Store User Files in localStorage
* In WASM build, user levels and doodads are written to localStorage
  using their userdir path as keys (".config/levels/test.level")
* LoadFile() and WriteFile() for both Levels and Doodads interact with
  the localStorage for WASM build instead of filesystem for desktop.
* userdir.ListLevels() and ListDoodads() for WASM scan the localStorage
  keys for file names.
* userdir.ResolvePath() now works for WASM (previously was dummied out),
  checks for the file in localStorage.
2019-06-27 15:59:18 -07:00
..
ajax.go Bindata: Embedding Doodads and Levels (for WASM) 2019-06-27 15:07:34 -07:00
localstorage.go WASM: Store User Files in localStorage 2019-06-27 15:59:18 -07:00
localstorage_js.go WASM: Store User Files in localStorage 2019-06-27 15:59:18 -07:00