Florian Drucker
Florian Drucker
Hello! I made good progress in ressurecting the TF lib so far (thanks to your step-by-step guide) Compillation and installation of the libary seems to work. ``` (cpp) root@ff21b88627ac:/code/cpp# inv...
Came back to it today and made it work! The issue was, that the main function of the "old" function code was called ``FAASM_MAIN_FUNC()``. Changed it to ``int main(int argc,...
Hello Simon! First of all thanks for the quick response :) I've done all of the steps from the docs (and I just redid them to make sure) and they...
looks good to me ``` flowd@DESKTOP-QF2HQEJ:/usr/local/code/faasm/dev/faasm-local/wasm/demo/hello$ ls function.wasm ```
Looks like its present within the container aswell: ``` (faasm) root@65b2464512b9:/usr/local/code/faasm/dev/faasm-local/wasm/demo/hello# ls function.wasm ``` However the ``/usr/local/faasm/wasm`` directory is not present within the container: ``` (faasm) root@65b2464512b9:/usr/local/faasm# ls -a ....
``` (faasm) root@65b2464512b9:/usr/local/faasm# ls /host_dev/faasm-local llvm-sysroot native object python3.8 runtime_root sgx toolchain wasm ``` ``` (faasm) root@65b2464512b9:/host_dev/faasm-local/wasm/demo/hello# ls function.wasm ```
``` flowd@DESKTOP-QF2HQEJ:/usr/local/code/faasm$ ./bin/cli.sh faasm [+] Running 4/0 ⠿ Container faasm-dev-redis-queue-1 Running 0.0s ⠿ Container faasm-dev-redis-state-1 Running 0.0s ⠿ Container faasm-dev-minio-1 Running 0.0s ⠿ Container faasm-dev-faasm-cli-1 Running 0.0s ---------------------------------- Faasm CLI...
yeah thats pretty much exactly what I did so far the only thing I did extra was ``` docker compose run cpp /bin/bash # Compile the demo function inv func...
Should I be able to read [FAASM_LOCAL_MOUNT](https://github.com/faasm/faasm/blob/main/.env#L18) outside of the container after running [./bin/cli.sh faasm](https://github.com/faasm/faasm/blob/main/bin/cli.sh#L75) and exiting again? Asking since ``echo ${FAASM_LOCAL_MOUNT}`` doesnt return anything neither inside nor outside of...
i have now deleted the whole faasm directory (cloned from git) aswell as everything from my docker desktop. Then shut down wsl (via wsl --shutdown), docker and my pc. Then...