Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-05 | add wasm blobs | stuebinm | 5 | -0/+695 | |
the nix tooling for rust and wasm appears to be really bad, so binary blobs are easier for now. | |||||
2021-04-05 | load survey from (and submit result to) path given as fragment | stuebinm | 1 | -18/+30 | |
syntax: http(s)://domain.tld/path/to/file/index.html#[upload url] The upload url may be relative to the site's position, or absolute. Survey results will be POSTed to [upload path]/upload. | |||||
2021-04-04 | simple python server for testing purposes | stuebinm | 1 | -0/+15 | |
web assembly needs its own mimetype set to work in the browser, which most other development tools don't support — so this python script can be used instead. |