Simon Shillaker
Simon Shillaker
We've not run the TFLite code for several years now, but it should be possible to resurrect it. The code lives in this archived repository: https://github.com/faasm/faasm-experiments. The script to build...
I received this over email: > I have a question regarding Faasm's dynamic linking implementation. > > From what I understand, to actually run a wasm module, you need to...
Changes: - Switch to using latest wasm builds with SIMD via [`cpp`](https://github.com/faasm/cpp/pull/90) and [`python`](https://github.com/faasm/python/pull/20). - Update to use LLVM 12
Utilities for benchmarking LULESH and Kernels.
Issue received via email, shared for others' potential benefit: > ... > > I’m trying to explore and use your FaaSM project to do some research work. But I met...
Quick-start tests were added to make sure the "quick start" instructions continue to work, but have proven themselves to be an effective end-to-end integration test. The quick-start instructions actually just...
Currently there is only one `flush` operation, which clears out anything cached locally on Faasm workers. This is ok in certain scenarios, but could definitely be more explicit. It falls...
This is an offshoot of @kubasz original issue about scaling issues: https://github.com/faasm/faabric/issues/156 to capture the WAVM/ Faasm specific ones. Some solutions are implemented in these forks: - https://github.com/auto-ndp/faasm - https://github.com/auto-ndp/WAVM...
## Summary - Remove copy-pasted `README` content that did not work - Update to use [`serverless-python-requirements`](https://github.com/serverless/serverless-python-requirements) ## Checklist - [x] I have reviewed this myself. - [x] I have attached...