Michaël Van Canneyt 9aab3305e5 * PChar -> PAnsiChar %!s(int64=2) %!d(string=hai) anos
..
.gitignore ddfe51415b * Ignore output programs %!s(int64=3) %!d(string=hai) anos
README.md 1f981116f6 * Some explanations for running tests under wasmtime %!s(int64=2) %!d(string=hai) anos
tczipper.pp 9aab3305e5 * PChar -> PAnsiChar %!s(int64=2) %!d(string=hai) anos
tczstreamseek.pp 87cc2593a7 * Progress and exit status display %!s(int64=2) %!d(string=hai) anos
test.zip 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 %!s(int64=3) %!d(string=hai) anos
testsingle.lpi 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 %!s(int64=3) %!d(string=hai) anos
testsingle.pas 42361be239 * Add additional parameters to Unzip calls. Fix issue 39530 %!s(int64=3) %!d(string=hai) anos

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