js-compute-runtime icon indicating copy to clipboard operation
js-compute-runtime copied to clipboard

JavaScript SDK and runtime for building Fastly Compute applications

Results 96 js-compute-runtime issues
Sort by recently updated
recently updated
newest added

https://home.treasury.gov/news/press-releases/sb0149 https://x.com/sephr/status/1928172815330488332 No business entity without explicit non-profit status buys an unprofitable free CDN without a plan to turn a profit, and there was no practical way to profit from...

Bumps the npm group with 4 updates in the /integration-tests/js-compute directory: [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check), [undici](https://github.com/nodejs/undici), [zx](https://github.com/google/zx) and [eslint](https://github.com/eslint/eslint). Updates `fast-check` from 4.0.1 to 4.1.1 Release notes Sourced from fast-check's releases. Avoid overlapping...

dependencies
javascript

There appears to be a bug with regard to how the `vary` response header is being handled in using the http caching option. When the flag is set, --enable-http-cache, upon...

Based on my experiments building javascript into .wasm via js-compute-runtime command is non-repeatable and non-deterministic. Simply running `js-compute-runtime src dest` twice yields different results even though the source is unchanged....

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.70 to 0.10.72. Release notes Sourced from openssl's releases. openssl-v0.10.72 What's Changed make set_rsa_oaep_md visible to boringssl config by @​frncs-rss in sfackler/rust-openssl#2372 Fix typo in openssl-sys build...

dependencies
rust

Calling arrayBuffer(), json(), or text() on KVStoreEntry eventually reaches the function read_from_handle_all inside of runtime/fastly/builtins/fetch/request-response.cpp. This function will read the entire body of the object into memory before returning, and...

This work was implemented for StarlingMonkey's `FetchEvent` in https://github.com/bytecodealliance/StarlingMonkey/pull/220, which we upgraded to in https://github.com/fastly/js-compute-runtime/pull/1145, but this upgrade path did not include the rebasing of our `Event` subclasses to the...

I had to disable the generation insert test in https://github.com/fastly/js-compute-runtime/pull/1120 because it is consistently failing. We should investigate the root cause here and reenable the test to be sure the...