549 Commits (e2b9b543012e7d3de3b1a20e60eb315bed94d2f5)

Author SHA1 Message Date
Alex Crichton 7d05ebe7ff
Move wasm data/debuginfo into the ELF compilation image (#3235) 3 years ago
Alex Crichton db79438ddb
Fix cross-compilation via the CLI (#3212) 3 years ago
Alex Crichton ddfadaeb38
Add a cranelift compile-time feature to wasmtime (#3206) 3 years ago
Alex Crichton e8aa7bb53b
Reimplement how unwind information is stored (#3180) 3 years ago
Alex Crichton c6cd1008f8
Actually process memory64 feature in CLI (#3197) 3 years ago
Alex Crichton 0313e30d76
Remove dependency on `TargetIsa` from Wasmtime crates (#3178) 3 years ago
Alex Crichton e9f33fc618
Move all trampoline compilation to `wasmtime-cranelift` (#3176) 3 years ago
Alex Crichton e0c8961333
Add memory64 support to the Wasmtime CLI and C API (#3182) 3 years ago
Sergei Shulepov cbabcacb0f
wasmtime: Option to disable parallel compilation (#3169) 3 years ago
Dan Gohman 6a5a295019
Port wasi-common from unsafe-io to io-lifetimes (#3049) 3 years ago
Alex Crichton 7a1b7cdf92
Implement RFC 11: Redesigning Wasmtime's APIs (#2897) 3 years ago
Pat Hickey 0f5bdc6497
only wasi_cap_std_sync and wasi_tokio need to define WasiCtxBuilders (#2917) 4 years ago
Peter Huene 91f64d40d4
Implement the `allow-unknown-exports` option for the run command. 4 years ago
Andrew Brown 92e0b6b9e8
wasi-nn: turn it on by default (#2859) 4 years ago
Alex Crichton 8384f3a347
Bring back `Module::deserialize` (#2858) 4 years ago
Pat Hickey bac02c50f2 port command and example to use sync wasmtime_wasi 4 years ago
Alex Crichton 29949505d6
Fix printing float results from the CLI (#2797) 4 years ago
Peter Huene 0ddfe97a09
Change how flags are stored in serialized modules. 4 years ago
Peter Huene 3da03bcfcf
Code review feedback. 4 years ago
Peter Huene 9e7d2fed98
Sort output in `wasmtime settings`. 4 years ago
Peter Huene d1313b1291
Code review feedback. 4 years ago
Peter Huene abf3bf29f9
Add a `wasmtime settings` command to print Cranelift settings. 4 years ago
Peter Huene a474524d3b
Code review feedback. 4 years ago
Peter Huene 0000aa0646
Replace WebAssembly feature CLI options with `--wasm-features`. 4 years ago
Peter Huene 1ce2a87149
Code review feedback. 4 years ago
Peter Huene 29d366db7b
Add a compile command to Wasmtime. 4 years ago
Pat Hickey af7030197d wasmtime-cli: drop direct dep on cap_std by using re-export 4 years ago
Pat Hickey 183ee9d6d8 wasmtime cli: use wasmtime_wasi's re-exports more deliberately 4 years ago
Peter Huene 54c07d8f16
Implement shared host functions. (#2625) 4 years ago
Pat Hickey 8ea42abb14 fix wasi-nn and wasi-crypto integrations for wasmtime-wiggle changes 4 years ago
Pat Hickey 8b285ec2e7 make wasmtime_wasi::Wasi a struct which does both snapshots! 4 years ago
Pat Hickey e498888732 hook run command up to both wasi snapshots 4 years ago
Frank Denis a0fad6065a
Add support for the experimental wasi-crypto APIs (#2597) 4 years ago
Alex Crichton 703762c49e Update support for the module linking proposal 4 years ago
Alex Crichton ce6e967eeb
Add a CLI option for module linking (#2524) 4 years ago
Alex Crichton 9ac7d01288
Implement the module linking alias section (#2451) 4 years ago
Alex Crichton 51c1d4bbd6
Provide filename/line number information in `Trap` (#2452) 4 years ago
Alex Crichton efe7f37542
Remove duplication in wasi-common for snapshot_0 (#2444) 4 years ago
Alex Crichton 62be6841e4 Propagate optional import names to the wasmtime/C API 4 years ago
Andrew Brown a61f068c64
Add an initial wasi-nn implementation for Wasmtime (#2208) 4 years ago
Ivan Zvonimir Horvat 5995c3774f
Command: config; fix message typo (#2412) 4 years ago
Andrew Brown c9e8889d47
Update clippy annotation to use latest version (#2375) 4 years ago
Alex Crichton 77827a48a9
Start compiling module-linking modules (#2093) 4 years ago
Alex Crichton e659d5cecd
Add initial support for the multi-memory proposal (#2263) 4 years ago
Alex Crichton 2c6841041d
Validate modules while translating (#2059) 4 years ago
Alex Crichton 693c6ea771
wasmtime: Extract cranelift/lightbeam compilers to separate crates (#2117) 4 years ago
Nick Fitzgerald 94e4bad1e0 Enable reference types and bulk memory operations by default 4 years ago
Alex Crichton 08f9eb1725
Making caching support optional in Wasmtime (#2119) 4 years ago
Alex Crichton 65eaca35dd
Refactor where results of compilation are stored (#2086) 4 years ago
Alex Crichton 026fb8d388
Don't re-parse wasm for debuginfo (#2085) 4 years ago