52 Commits (039bbc240d64a221855ec50c7d4fc57f0583c95e)

Author SHA1 Message Date
Alex Crichton 94b3e84e90
Enable the component model by default (#7821) 10 months ago
Andrew Brown 27fe3c5b4e
mpk: add `--memory-protection-keys` to the CLI options (#7788) 10 months ago
Ryan Levick 82fbd0c038
Add a test for allow-ip-name-lookup=no (#7657) 11 months ago
Ryan Levick 63e260693d
Ensure `remote-address` is allowed when creating UDP stream (#7648) 11 months ago
Ryan Levick 576db0196d
Add options to WasiCtx for toggling TCP and UDP on and off (#7647) 11 months ago
Alex Crichton 49c32d2de8
Implement WASI "preview0" in `wasmtime-wasi` (#7548) 12 months ago
Alex Crichton e9d62746ef
Fix writes being flushed to stdio (#7441) 1 year ago
Alex Crichton efeeaf5135
Fix parsing f32/f64 CLI arguments as floats (#7440) 1 year ago
Alex Crichton 698952b1bc
Add support for `::` in `--dir` to old CLI (#7416) 1 year ago
Alex Crichton 519808fc5c
Add compatibility shims for Wasmtime 13 CLI (#7385) 1 year ago
Alex Crichton 5ea563fb81
Enable the new preview1 implementation by default (#7365) 1 year ago
Alex Crichton 183cb0f2f8
Swap the order of directories in `--dir` (#7301) 1 year ago
Pat Hickey 99be9b0855
Implement stream splice, delete forward (#7234) 1 year ago
Alex Crichton 079ddd4bf7
Minor logging tweaks (#7242) 1 year ago
Pat Hickey f952ff2744
wasmtime-cli: add tracing output on `WASMTIME_LOG` (#7239) 1 year ago
Pat Hickey 88bc013783
Minor preview2 related test cleanups (#7232) 1 year ago
Alex Crichton f4be360648
Refactor the test-programs test suite (#7182) 1 year ago
Eduardo de Moura Rodrigues 6a3d9d05fd
fix(wasmtime-cli): wrong linker in wasi http (#7167) 1 year ago
Dan Gohman 3e5b30bd96
Start to port Wasmtime to the new wasi-io API with resources. (#7029) 1 year ago
Trevor Elliott 30ee0dc8d9
Use wasi-streams in the wasi-http implementation (#7056) 1 year ago
Alex Crichton a4d036ca8e
wasi: Fix a few issues around stdin (#7063) 1 year ago
Alex Crichton f7d0e870d5
Require Wasmtime options come before wasm modules (#6946) 1 year ago
Alex Crichton 85889ab217
Un-ignore now-passing test (#7007) 1 year ago
Alex Crichton 8995750aa4
Redesign Wasmtime's CLI (#6925) 1 year ago
Eduardo de Moura Rodrigues 8eefa7c3af
feat(wasmtime-cli): restore support for wasi http module (#6878) 1 year ago
Alex Crichton df8d3698b1
Partially revert CLI argument changes from #6737 (#6944) 1 year ago
Alex Crichton 55350477ce
Handle more failures with `--trap-on-grow-failure` (#6885) 1 year ago
Alex Crichton 367bdc8c66
Refactor Wasmtime CLI to support components (#6836) 1 year ago
Alex Crichton 615d697a0b
Update preview1 to trap on misaligned pointers (#6776) 1 year ago
Alex Crichton 8091556514
Require wasmtime options are first when running modules (#6737) 1 year ago
Alex Crichton 2f6cec97eb
Add ability to inherit an env var on the CLI (#6746) 1 year ago
Andrew Brown 9aacf31ad2
wasi-threads: check module shape at spawn time (#6492) 1 year ago
Rainy Sinclair b0be673afb
Update core dump generation in the cli to use wasm-encoder (#6306) 2 years ago
Andrew Brown 1a6b3ec15f
test: add cases from `wasi-testsuite` (#6341) 2 years ago
Alex Crichton c0bb341d95
Run some tests in MIRI on CI (#6332) 2 years ago
Andrew Brown ad584f428a
wasi-threads: run test suite (#5907) 2 years ago
Andrew Brown edfa10d607
wasi-threads: an initial implementation (#5484) 2 years ago
Nam Junghyun ebb693aa18
Move precompiled module detection into wasmtime (#5342) 2 years ago
Alex Crichton 2afaac5181
Return `anyhow::Error` from host functions instead of `Trap`, redesign `Trap` (#5149) 2 years ago
Saúl Cabrera 52524d258c
Expose `TrapCode::Interrupt` on epoch based interruption (#4105) 3 years ago
Alex Crichton c22033bf93
Delete historical interruptable support in Wasmtime (#3925) 3 years ago
Alex Crichton 4d4779b563
Restore running precompiled modules with the CLI (#3343) 3 years ago
Andrew Brown 4deed8fe50 refactor: move Wasm test files to tests/all/cli_tests 3 years ago
Alex Crichton 29949505d6
Fix printing float results from the CLI (#2797) 4 years ago
Peter Huene b391817c0f
Add a test case for unwind with saved FPRs on Windows. 4 years ago
Dan Gohman 3715e19c67
Reactor support. (#1565) 5 years ago
Dan Gohman fb0b9e3ae6
Change `proc_exit` to unwind the stack rather than exiting the host process. (#1646) 5 years ago
Alex Crichton db92dcd990
Update test ignore annotations for aarch64 (#1643) 5 years ago
Alex Crichton d8920c0125
Sync expected successful tests on AArch64 (#1581) 5 years ago
Alex Crichton d1aa86f91a
Add AArch64 tests to CI (#1526) 5 years ago