1151 Commits (0a2ecf5a1ef954921a659702cee3f801a76d0fb4)
 

Author SHA1 Message Date
Dan Gohman 0a2ecf5a1e On Darwin, guard page accesses are raised as SIGBUS. 6 years ago
Dan Gohman cfd28a7bc5 Temporarily disable use of Mach ports for trap handling on Darwin. 6 years ago
Dan Gohman 4ae552c7bd Reword the lib/wast README.md and add a link to the spec testsuite. 6 years ago
Dan Gohman 4db11b610e Generalize to better support the spec proposals tests. 6 years ago
Dan Gohman 974355e20b Handle write errors in the build script. 6 years ago
Dan Gohman c3dd82b0d5 Enable RUST_BACKTRACE=1 when running "cargo test". 6 years ago
Dan Gohman e06b99b165 Add a spec testsuite submodule. 6 years ago
Dan Gohman 04b7f0c0df Fix the description of the wasmtime program. 6 years ago
Dan Gohman 7faa15d7ac More infrastructure. 6 years ago
Dan Gohman 83f8a31010 Convert the wast test harness into a crate. 6 years ago
Dan Gohman 4c47ce9b53 Add support for math libcalls. 6 years ago
Dan Gohman bd69768e0d Improve infrastructure. 6 years ago
Dan Gohman fe1643733b Remove use of offset_of! from wasmtime-environ. 6 years ago
Dan Gohman 099f85f821 Rename main.rs to wasmtime.rs. 6 years ago
Dan Gohman e940c97664 Tidy. 6 years ago
Dan Gohman 8dbd4b8d7c Start a wast testing harness and add some tests. 6 years ago
Dan Gohman a6b54330c0 Switch Darwin to use PC-redirection for calling the Unwind function. 6 years ago
Dan Gohman 872f7a10f4 Use MAP_ANON instead of MAP_ANONYMOUS. 6 years ago
Dan Gohman d5ed424b33 Add tunables.rs. 6 years ago
Dan Gohman f44fe25f9c Rewrite linear memory handling in terms of simple mmap/VirtualAlloc. 6 years ago
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