Michaël Van Canneyt 3f6781f82e * PChar -> PAnsiChar 2 vuotta sitten
..
.gitignore ddfe51415b * Ignore output programs 3 vuotta sitten
README.md 5af226120e * Some explanations for running tests under wasmtime 1 vuosi sitten
tczipper.pp 3f6781f82e * PChar -> PAnsiChar 1 vuosi sitten
tczstreamseek.pp d85d5b4aa3 * Progress and exit status display 1 vuosi sitten
test.zip 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 3 vuotta sitten
testsingle.lpi 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 3 vuotta sitten
testsingle.pas 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 3 vuotta sitten

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