Margers f02fb76c77 Mass typo fixes in comments for packages part 4/5. пре 3 недеља
..
.gitignore ddfe51415b * Ignore output programs пре 3 година
README.md 1f981116f6 * Some explanations for running tests under wasmtime пре 2 година
tczipper.pp f02fb76c77 Mass typo fixes in comments for packages part 4/5. пре 3 недеља
tczstreamseek.pp 87cc2593a7 * Progress and exit status display пре 2 година
test.zip 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 пре 4 година
testsingle.lpi 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 пре 4 година
testsingle.pas 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 пре 4 година

README.md

The WebAssembly version of the tczipper test reads/writes temporary files in the current directory and in the TMP directory (this is the directory returned by gettempdir).

You must pre-open these directories so the wasm environment can write in it.

Using wasmtime this can be done as follows:

wasmtime --dir=. --dir=/tmp tczipper.wasm

Similarly the testsingle test needs the same 2 directories:

wasmtime --dir=. --dir=/tmp testsingle.wasm