fastlike
fastlike copied to clipboard
Run Fastly Compute@Edge Wasm programs on your own computer, powered by wasmtime
Looking at the README just now the examples include `-backend ` It's not at all obvious to me what this means. Is this the IP address and port on my...
One option is using an in-process file watcher, which would reload file-based dictionaries specified in the CLI and/or the wasm file passed in. Another option would be a SIGHUP handler...
https://docs.rs/fastly-sys/0.3.3/fastly_sys/index.html - [x] xqd_body_append - [ ] xqd_body_close_downstream - [x] xqd_body_new - [x] xqd_body_read - [x] xqd_body_write - [x] xqd_log_endpoint_get - [x] xqd_log_write - [ ] xqd_pending_req_poll - [ ]...
Fastly has official support for Rust, and beta support for AssemblyScript. I think it'd be interesting to have a spec test which can run against wasm binaries produced by both...
So, wasm has int32 and int64 and makes no decision as to signed or unsigned, that part is left up to the compiler/runtime. wasmtime chose to use unsigned, which means...
If the wasm program makes a subrequest, that subrequest should carry a context that inherits from the original downstream request context. Should be simple enough to do, and it can...