nim-wasm-test/README.md
Mahlon E. Smith 0d70fefc8b
Experiment with resource loading (in the form of a config file).
Change compile time checks from "if" to "when", for proper type definitions.
2025-08-20 11:13:51 -07:00

12 lines
294 B
Markdown

Dinkin around.
References:
- https://github.com/bitnom/nim-to-wasm-guide
- https://github.com/planetis-m/naylib
If on arch, may need to add `/usr/lib/emscripten` to your path, and hard link
`emar.py` to `emar`, along with `tools/file_packager.py` to
`tools/file_packager` for some reason.