|
před 2 roky | |
---|---|---|
.. | ||
.gitignore | před 3 roky | |
README.md | před 2 roky | |
tczipper.pp | před 2 roky | |
tczstreamseek.pp | před 2 roky | |
test.zip | před 3 roky | |
testsingle.lpi | před 3 roky | |
testsingle.pas | před 3 roky |
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