2054 Commits (399295a708958e5c43c484153be0500833b8af95)
 

Author SHA1 Message Date
Alex Crichton 399295a708
Remove all checked in `*.wasm` files to the repo (#563) 5 years ago
Nick Fitzgerald 5ca38bdd4a
Merge pull request #562 from alexcrichton/less-public-api-dependencies 5 years ago
Nick Fitzgerald f234f1126d
Merge pull request #561 from alexcrichton/improper-ctypes-nightly-warnings 5 years ago
Alex Crichton fb60a21930 Reduce number of crates needed for `Config` usage 5 years ago
Alex Crichton 8b0cfd9245 Squash improper_ctypes warnings on nightly 5 years ago
Yury Delendik 98266498af Use embedded API in the wasmtime-rust (#540) 5 years ago
Jakub Konka 2737c5e8e5 Enable WASI tests on Windows (#560) 5 years ago
Jakub Konka 23e8bd8d66 Add test case for path_link syscall (#559) 5 years ago
Shawn Tabrizi c319ebf21b Update lightbeam link (#558) 5 years ago
Alex Crichton 622285790c Fix a few more URLs after project relocation (#555) 5 years ago
Daniel Salvadori 038a387471 Fix typo (#553) 5 years ago
Dan Gohman c78196bd01
Update repository URLs for the Bytecode Alliance. (#550) 5 years ago
Till Schneidereit 46721f3f92 Make it a Bytecode Alliance project (#549) 5 years ago
Jakub Konka 093629f7eb Refactor common clockid conversion on *nix (#548) 5 years ago
Nick Fitzgerald 79864d0db7
Merge pull request #542 from alexcrichton/doc-rust 5 years ago
Nick Fitzgerald ca04e33771
Merge pull request #467 from fitzgen/update-cranelift-for-full-multi-value 5 years ago
Nick Fitzgerald 01ab20e372 Bump cranelift deps to 0.50.0 5 years ago
Nick Fitzgerald 4c4699a226 Test the multi-value example on windows 5 years ago
Nick Fitzgerald a29303dedd Expand the muli-value example for wasmtime-api to use many return values 5 years ago
Nick Fitzgerald b3b7ce4f6b Enable all Wasm multi-value proposal tests! 5 years ago
Alex Crichton cd8cc4d375
Enable multi-value in the Python extension (#541) 5 years ago
Alex Crichton 1530f2e1c6 Fill out book chapter on writing WebAssembly with Rust 5 years ago
Alex Crichton d9edb95218 Allow using WASI APIs in the Python extension (#533) 5 years ago
Jakub Konka 0006a2af95 Dynamically load utimensat if exists on the host (#535) 5 years ago
whitequark 5a1845b4ca Add missing x86_64 registers to debug info transformer. (#538) 5 years ago
Marcin Mielniczuk 3206461502 Fix some clippy warnings (#536) 5 years ago
Dan Gohman ef1cbfdaa8
Merge pull request #534 from sunfishcode/macro_use 5 years ago
Dan Gohman f5dad66593 Fix a missing `use bitflags::bitflags;`. 5 years ago
Dan Gohman 061b453255 Remove unneeded `extern crate`, `macro_use`, and tidy `use`s. 5 years ago
Dan Gohman 31f8f124f5 Delete spurious commas. 5 years ago
Dan Gohman dd27237c74 Avoid capturing a pointer into a temporary CString buffer. 5 years ago
Dan Gohman 5b0031ece8 Use `pointer::add` instead of `pointer::offset` with a cast. 5 years ago
Dan Gohman 39b0d670c5 rustfmt and trim trailing whitespace. 5 years ago
Dan Gohman da89d08fca Update to point to the Wasmtime issue tracker. 5 years ago
Dan Gohman e8f08193fc Reformat some long lines and macros. 5 years ago
Dan Gohman 9a4992f601 Convert a CRLF file. 5 years ago
Alex Crichton 29c8c4f68f
Reduce duplication in error messages (#532) 5 years ago
Dan Gohman b58c2bf2a4
Merge pull request #531 from sunfishcode/more_asserts 5 years ago
Alex Crichton 5a5f241f98
Fix typo in warning message for `--invoke` (#530) 5 years ago
Alex Crichton 7982d02e45
Move top-level `installer` directory to `ci` (#527) 5 years ago
Dan Gohman 1a0ed6e388 Use the more-asserts crate in more places. 5 years ago
Dan Gohman a2b4148a91 General Cargo.toml cleanup. (#529) 5 years ago
Alex Crichton ae86822c37
Move stray top-level misc_testsuite to tests (#528) 5 years ago
Dan Gohman 94044100f9
Merge pull request #526 from alexcrichton/cache-docs 5 years ago
Dan Gohman e691bf36f3 Reorganize tests (#523) 5 years ago
Dan Gohman 0f4f9d7832 Use `r#` to escape strings which may be rust keywords. 5 years ago
Nick Fitzgerald c6bd7375f9
Merge pull request #525 from sunfishcode/cargo-keywords 5 years ago
Alex Crichton cf0af20162 Move cache configuration documentation into book 5 years ago
Dan Gohman 97d37e9369 Add a `keywords` field to Cargo.toml files. 5 years ago
Dan Gohman 85cfdd0bb1
Merge pull request #512 from sunfishcode/reorg 5 years ago