1331 Commits (ca8c8b33706abd7f882ee8a8f3272eba2326bcf9)
 

Author SHA1 Message Date
Dan Gohman 5adbf58482 Fix grammar. 6 years ago
Dan Gohman 4fd7c4b931 Document the constraints on `path_open`'s returned file descriptor. 6 years ago
Dan Gohman c37f245fc8 Update URLs for things that have moved. 6 years ago
Gene McCulley 1d4b704cb8 Update README.md 6 years ago
Gene McCulley c39a7f82cb Update README.md 6 years ago
Dan Gohman 01f8c87b76 Fix broken link to wasi-software-architecture.png. 6 years ago
Dan Gohman 002a61c32b Fix a missing close paren. 6 years ago
Dan Gohman d8242bc612 Add a blurb explaining the capability mapping support in WASI libc. 6 years ago
bjorn3 3ae7c60b13 Update src/wasmtime.rs 6 years ago
Dan Gohman a4515a01e3 Add a proposed CG subgroup charter document. 6 years ago
Matthias Prechtl 3cb76f15da Update README.md 6 years ago
Dan Gohman b2fefe7714 WASI prototype design, implementation, and documentation. 6 years ago
Dan Gohman b0243b212f Update the minimum Rust version to 1.32. 6 years ago
Yury Delendik 2353be95e6 update cranelift deps to 0.30.0 6 years ago
Yury Delendik 94ca967d0a Update faerie to 0.9.1 6 years ago
Dan Gohman db0abe8431 Move the wasmtime crate directories form lib/* to wasmtime-*. 6 years ago
Yury Delendik 7b9761f4a2 Update cranelift dependencies to 0.29.0 (#59) 6 years ago
Yury Delendik ddbc00752e Generate debug info for LLDB/GDB (#50) 6 years ago
Max McDonnell 6eb09d9edd Parallelize the compilation loop with Rayon (#58) 6 years ago
Dan Gohman 04d4b20df4 Fix clippy.toml paths and a few clippy lints. 6 years ago
Dan Gohman e2f79ae405 Do more `Vec` reserving. 6 years ago
Dan Gohman 538ef20f50 Use `with_capacity` to minimize reallocation. 6 years ago
Dan Gohman cd21efd88a Tidy up an unnecessary lambda. 6 years ago
Dan Gohman e5f7da2e22 Tidy up redundant conversions. 6 years ago
Dan Gohman fb7c1b7795 `Self` struct constructors are unstable. 6 years ago
Dan Gohman 3827bc7a04 Avoid struct name repetitions. 6 years ago
Dan Gohman 601057ec42 Tidy up a redundant field name. 6 years ago
Dan Gohman d7dc36e752 Reorder the fields of Export::Function for consistency. 6 years ago
Dan Gohman cadead6a86 Use code quotes around `VMContext` in comments. 6 years ago
Dan Gohman 3cc113482d Rename `InstanceContents` to `Instance`. 6 years ago
Dan Gohman 5f201f6d73 Rename `Instance` to `InstanceHandle`. 6 years ago
Dan Gohman 21abecb158 Remove an unneeded `mut`. 6 years ago
Dan Gohman 077ee717a8 Make Instance a refcounting handle around InstanceContents. 6 years ago
Dan Gohman a8cd5ef613 Refactor Instance's methods to just be wrappers around InstanceContents methods. 6 years ago
Dan Gohman 1ab9e17517 Move Instance's `module` field into `InstanceContents`. 6 years ago
Dan Gohman c91ca1b10c Reorganize ModuleEnvironment's contents to more closely reflect cranelift-wasm. 6 years ago
Dan Gohman 78f89f67a3 Update to Cranelift 0.28.0. 6 years ago
Dan Gohman 2ac0ceda14 Update to faerie 0.7.1. 6 years ago
Dan Gohman c7d0eb22d1 Update to wasmparser 0.29.2 and the latest spec_testsuite. 6 years ago
Dan Gohman a94d3587e6 Add `vmctx` parameters to the spectest implementation functions. 6 years ago
Dan Gohman 602e81a895 Minor code reorganization. 6 years ago
Dan Gohman ddb8453b0d Move wasmtime's instantiation test into a separate file. 6 years ago
Dan Gohman 72ee874986 Factor out a function for reading a wasm file. 6 years ago
Dan Gohman 8b140cc748 Create a `Context` class to group together various state objects. 6 years ago
Dan Gohman 4675948c2a Switch to passing the vmctx hidden argument at the beginning. 6 years ago
Yury Delendik e66f01b923 Update cranelift libraries to 0.28.0 6 years ago
Joel Martin fdcb2184a8 Support 32-bit build. (#44) 6 years ago
Dan Gohman 00a4e93bcd Add a concept of "global exports". 6 years ago
Dan Gohman dae04be948 Switch from hashmap_core to hashbrown. 6 years ago
Dan Gohman 8769febdbd Formest with latest stable rustfmt. 6 years ago