1331 Commits (ca8c8b33706abd7f882ee8a8f3272eba2326bcf9)
 

Author SHA1 Message Date
Dan Gohman 1b98efd979 Add a README.md for lib/obj. 6 years ago
Dan Gohman 0c8348cfc7 Mention that being usable as a library is a goal. 6 years ago
Dan Gohman 4437bd1742 Add a CODE_OF_CONDUCT.nd and CONTRIBUTING.md. 6 years ago
Dan Gohman 0b039b0978 Mention the goal of prototyping syscalls for proposal to reference-sysroot. 6 years ago
Dan Gohman 3e19b13b0b Fix typo. 6 years ago
Dan Gohman 5af15ce9dd Update the README with project status and goals. 6 years ago
Dan Gohman 02a3684a3f Update to bindgen 0.44. 6 years ago
Dan Gohman 4dec8ecfce Check for `cargo fmt` rather than checking for `rustfmt` directly. 6 years ago
Frank Rehberger ec940ee8af Migrating to wabt::wat2wasm (#29) 6 years ago
Dan Gohman ff25397c9e Fix the type of the heap bound variable. 6 years ago
Dan Gohman b3d831015c Add basic logging support to the wasmtime binary. 6 years ago
Dan Gohman b7d43edfd3 Be more careful about integer overflow when computing relocs. 6 years ago
Dan Gohman f7dc961d2c Fix some clippy warnings. 6 years ago
Dan Gohman 976a5a2e7e Add more trapping testcases. 6 years ago
Dan Gohman 5ae48b06e1 Fix the pthread_detach assert on Darwin. 6 years ago
Dan Gohman 38acc069fa Fix compilation errors on Darwin. 6 years ago
Dan Gohman adb76ba9f1 Avoid casting to/from greg_t, which doesn't work consistently across platforms. 6 years ago
Dan Gohman 5e05e9628d Enable OSX builds on Travis. 6 years ago
Dan Gohman 216c0ce14e Fix the scope of the ScopeGuard in `call_wasm`. 6 years ago
Dan Gohman 869ed1b5c5 Add badges for Appveyor CI and Gitter chat. 6 years ago
Dan Gohman 4ef1bac12b Add a basic appveyor config file. 6 years ago
Dan Gohman 862d859587 Add a LICENSE file to each crate. 6 years ago
Frank Rehberger 4ac41213ad Add test_environ_translate 6 years ago
Dan Gohman 2a760ae5e8 Add tests that trap, and fix handling of SIGFPE on x86. 6 years ago
Dan Gohman 35627cf37f
Implement wasm trap handlers. (#27) 6 years ago
Dan Gohman 8e1e75f1f4 Fix rustfmt diffs. 6 years ago
Geoffroy Couprie bf5a06bc95 separate the context intialization from the function execution (#21) 6 years ago
Dan Gohman 95fba6a9de Update to Cranelift 0.25. 6 years ago
Dan Gohman 0e19f39831 Temporarily disable the fuzz check in test-all.sh 6 years ago
Dan Gohman e8201d0f93 Begin work on no_std support. 6 years ago
Dan Gohman 82c8ef95c4 Update for Cranelift API changes. 6 years ago
Dan Gohman f823526a42 Update to wasmparser 0.22. 6 years ago
Dan Gohman df2b610304 Add a Rust version badge. 6 years ago
Dan Gohman 74ccddcd64 Update to Cranelift 0.24. 6 years ago
Dan Gohman 0a0108f959 Update to Cranelift 0.22. 6 years ago
Dan Gohman 9e56ed5aad Bump the minimum Rust version to 1.30.1, following Cranelift's policy. 6 years ago
Geoffroy Couprie 7fca0792dd add a way to provide imported functions during relocation 6 years ago
Dan Gohman d72ebe53d4 Use the correct base address for memories. 6 years ago
Dan Gohman 8e114a2703 Update authors in Cargo.toml. 6 years ago
Dan Gohman 4a41d2d6c6 Delete obsolete clippy scripts. 6 years ago
Dan Gohman 0ff372a6b8 Adjust whitespace to match the upstream exception text. 6 years ago
Nathan Froyd 5f11f44482 add a --target option to wasm2obj 6 years ago
Dan Gohman 1f8b7c31a9 Remove obsolete clippy scripts. 6 years ago
Dan Gohman 5a96e022db Update to the rustfmt in rust 1.29, which is now stable. 6 years ago
Dan Gohman ecae909b9e Add the "wasm" category in Cargo.toml files. 6 years ago
Dan Gohman da4382802a Add a LICENSE file to published crates. 6 years ago
Dan Gohman fb7153ccf4 Update to cranelift 0.20.0. 6 years ago
Dan Gohman c5f0cd7d5e Enforce the wasm memory size limit on heaps with no maximum. 6 years ago
Dan Gohman f2ad79963c Add a comment about "dynamic" heaps. 6 years ago
Dan Gohman d3fcb596b3 Support multiple memory spaces. 6 years ago