├── Dockerfile ├── Makefile ├── README.md ├── _headers ├── app.wasm ├── index.html ├── mime.types ├── otto.go └── wasm_exec.js /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/Dockerfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/README.md -------------------------------------------------------------------------------- /_headers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/_headers -------------------------------------------------------------------------------- /app.wasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/app.wasm -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/index.html -------------------------------------------------------------------------------- /mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/mime.types -------------------------------------------------------------------------------- /otto.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/otto.go -------------------------------------------------------------------------------- /wasm_exec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/trashhalo/otto-web/HEAD/wasm_exec.js --------------------------------------------------------------------------------