On your intranet
Some firms and public bodies will not have an online tool, even one that uploads nothing. The package installs on your own server.
What it is
A folder of static files: HTML, JavaScript, two WebAssembly engines and their models. No application server, no database, no service to run.
It is served by any web server, at the root of a domain or in a subfolder. The counter is disabled at build time: the package makes no request, to anyone.
What it needs
- A web server able to serve static files.
- Correct MIME types for
.wasmand.mjs: a WebAssembly engine served asapplication/octet-streamis refused by the browser, with no clear message. - A secure context (HTTPS, or
localhost) for offline mode to work. Without it, the tool still works.
To obtain it
Write to contact saying what you serve and under which path. The package is supplied as is, with its licences.