688 Commits (3c8bb26441b5e48fc20106d20c435a4f47fcfba4)

Author SHA1 Message Date
FrankReh 0e9121daeb
Fix some typos (#8641) 6 months ago
Alex Crichton 9b9a796745
Dynamically determine whether to pool for `wasmtime serve` (#8610) 6 months ago
Alex Crichton dc1d128abc
Respect pooling allocation options in `wasmtime serve` (#8525) 6 months ago
Nick Fitzgerald 72004aad09
Turn the `wasmtime-runtime` crate into the `wasmtime::runtime::vm` module (#8501) 6 months ago
Ryan Levick 080994cf5e
wasmtime-wasi-http collection of small refactors (#8332) 7 months ago
Adam Bratschi-Kaye b3cadb43ad
Support `.wat` files in the `explore` command (#8314) 7 months ago
Nick Fitzgerald 0fa130131d
Add `GcRuntime` and `GcCompiler` traits; `i31ref` support (#8196) 7 months ago
Alex Crichton 8267095344
Support dirs/env vars in `wasmtime serve` (#8279) 7 months ago
Alex Crichton 20660cb386
Add documentation and refactor `wasmtime-wasi` (#8228) 7 months ago
Alex Crichton 55664f5a3f
Add a `CodeBuilder` type to the `wasmtime` crate (#8181) 8 months ago
Alex Crichton f4bee25010
Implement opt-in for enabling WASI to block the current thread (#8190) 8 months ago
Dan Gohman bcd0119ec0
Rename `-S common` to `-S cli`. (#8166) 8 months ago
Alex Crichton 9d1e2e0aa4
Add `-S inherit-env` for inheriting the entire environment (#8168) 8 months ago
Alex Crichton 1898b8c771
Run all `*.wast` tests in fuzzing (#8121) 8 months ago
Alex Crichton 522f9711ad
Enable the pooling allocator by default in `wasmtime serve` (#8073) 8 months ago
Pat Hickey 97e3a450a8
wasmtime-wasi: introduce WasiP1Ctx, re-jigger p0 & p1 linkers to take closure (#8053) 8 months ago
Peter Huene 020751b07d
Fix `wasmtime settings` command. (#8060) 8 months ago
Alex Crichton 0f7b1759d6
Don't fail with `--env` and nonexistent env vars (#8039) 8 months ago
Andrew Brown 5e1adfb627
Show true error reason in `wasmtime serve` (#8026) 8 months ago
Alex Crichton 71951c9ce4
Enable compiling the Wasmtime CLI to Wasm (#7980) 9 months ago
Pat Hickey a56bd5e469
Promote wasmtime-wasi::preview2 to root of crate (#7933) 9 months ago
Nick Fitzgerald ff93bce067
Wasmtime: Finish support for the typed function references proposal (#7943) 9 months ago
Pat Hickey 2b00a541f3
Make wasi-common self-contained, deprecate exports from wasmtime-wasi (#7881) 9 months ago
Milek7 7d0bdccec0
Accept explicit CPU delta time in GuestProfiler (#7873) 9 months ago
Alex Crichton 2673a40633
Disable SO_REUSEADDR in `wasmtime serve` (#7863) 9 months ago
Trevor Elliott 7c9547f905
Fix timeouts in wasmtime serve, by using a more granular epoch (#7847) 9 months ago
Trevor Elliott d285d22a5f
Replace an explicit implementation of `Service` with `service_fn` (#7845) 9 months ago
Adam Bratschi-Kaye d4242001d5
Support compilation-only build by adding a `runtime` feature (#7766) 9 months ago
Alex Crichton 94b3e84e90
Enable the component model by default (#7821) 10 months ago
Dave Bakker 649e6b5ad2
WASI: remove unnecessary Sync constraints (#7802) 10 months ago
Ryan Levick 2ac2015f2a
[WASI] Dynamic `SocketAddr` check for outbound socket traffic (#7662) 11 months ago
Xinzhao Xu f9f8a4df28
Replace clap attributes with command and arg (#7658) 11 months ago
Ryan Levick 63e260693d
Ensure `remote-address` is allowed when creating UDP stream (#7648) 11 months ago
Pat Hickey 3b61c511a0
Move wasmtime-wasi's Table to wasmtime::component::ResourceTable (#7655) 11 months ago
Ryan Levick 576db0196d
Add options to WasiCtx for toggling TCP and UDP on and off (#7647) 11 months ago
Alex Crichton f050dd4305
Add extended version information to `wasmtime --version` (#7610) 11 months ago
Alex Crichton c92f0099db
Trim `wasmtime serve`'s default world (#7597) 11 months ago
Alex Crichton 5856590fae
Configure workspace lints, enable running some Clippy lints on CI (#7561) 12 months ago
Alex Crichton 877059f469
Update hyper dependency to stable release (#7555) 12 months ago
Alex Crichton 49c32d2de8
Implement WASI "preview0" in `wasmtime-wasi` (#7548) 12 months ago
Trevor Elliott bba4ee78a9
Ensure that scheme and authority are populated in the incoming handler (#7545) 12 months ago
Trevor Elliott 4fe4d3f9f4
wasi-http: Implement http-error-code, and centralize error conversions (#7534) 12 months ago
Trevor Elliott 8b523e780b
wasi-http: Migrate to more descriptive error variant (#7434) 1 year ago
Jake Champion 51de2f7c12
Print the error from the wasi-http incoming-handler to stderr (#7455) 1 year ago
Alex Crichton efeeaf5135
Fix parsing f32/f64 CLI arguments as floats (#7440) 1 year ago
Ryan Levick 9b97604868
Use wasi-http Error in the implementation (#7335) 1 year ago
Alex Crichton 698952b1bc
Add support for `::` in `--dir` to old CLI (#7416) 1 year ago
Alex Crichton a00ff06c18
Update some CLI usage help texts (#7408) 1 year ago
Dan Gohman 4e1b0349e7
Print a message on `wasmtime serve` startup (#7404) 1 year ago
Alex Crichton d6837542f1
Don't panic in `wasmtime serve` when `set` isn't called (#7402) 1 year ago