Commit Graph

118 Commits (cmake_module_path)
 

Author SHA1 Message Date
Sam Clegg e9b1e80d32 wasi-sdk.cmake: Add wasi-sdk/cmake to CMAKE_MODULE_PATH
4 years ago
Pat Hickey a927856376
use llvm 12.0.0 release (#178)
4 years ago
Dan Gohman 14d7b78ea1 In clang 11.0 and newer, use a relative sysroot path.
4 years ago
Pat Hickey 26069492b2
correct wasi-sdk branch name references from `master` to `main` (#170)
4 years ago
Pat Hickey b36c433738
fix deb build (#167)
4 years ago
Dan Gohman 6ad31edf79 Update to latest wasi-libc.
4 years ago
Dan Gohman 2cd26ead40
Update how wasi-sdk uses cmake (#161)
4 years ago
Vladimir Vukicevic 56a3dd5c98
Build windows SDK with MSVC instead of gcc (#164)
4 years ago
Dan Gohman 3cbd9d212e
Update to latest wasi-libc. (#159)
4 years ago
Dan Gohman 97845e2fb1
Update to LLVM 11.0. (#158)
4 years ago
Dan Gohman 5505b8db44
Support for LLVM 8.0 was dropped; update README.md accordingly. (#156)
4 years ago
Dan Gohman 8446a3f8d4
Remove support for clang/llvm 8.0 (#151)
4 years ago
Sam Clegg 548c08f475
Build and test SDK without requiring root (sudo) access (#143)
5 years ago
Dan Gohman ceabbfe181
Test signals (#140)
5 years ago
Pat Hickey de17ec5129
pull in wasi-libc in prep for release 11 (#141)
5 years ago
Dan Gohman 4f53c610b3
Add a basic mmap and munmap testcase. (#137)
5 years ago
Orestis Floros ef4b45d99c
Remove branch from LLVM submodule (#136)
5 years ago
Sam Clegg 800231ee93
Honor $CC and $CXX in test runner (#132)
5 years ago
Steve Manuel 5531968c18
update links to wasm org, avoid github redirect (#130)
5 years ago
Vladimir Vukicevic 6c59b6487c
Fix windows SDK builds (#126)
5 years ago
Sam Clegg 41a660013f
Update name of github artifact upload after #123 (#124)
5 years ago
Sam Clegg 69e46b88d8
Build against ubuntu xenial (#123)
5 years ago
Pat Hickey 6b453df187
More CI Fixes (#119)
5 years ago
Sam Clegg 4051341c9a
Support older cmake versions by not using `-B` flag (#120)
5 years ago
Pat Hickey d5e91f6f0f
Fix `strip_symbols.sh` on mac; bump libc to include utime.h (#116)
5 years ago
Dan Gohman b00a73afa2
Add a testcase for stat and lstat. (#115)
5 years ago
Andrew Brown f754491ed2
Strip symbols of all binaries generated in /bin (#109)
5 years ago
Andrew Brown 4d08c33d25
Add beginner-level documentation for installation and use (#107)
5 years ago
Pat Hickey 0cb1af8e72
latest wasi-libc (NFC) (#113)
5 years ago
Andrew Brown 49e969b3a1
Update LLVM to 10.x (#108)
5 years ago
Dan Gohman 17315135ea
Makefile refactoring. (#106)
5 years ago
Dan Gohman b80771e767
Add tests for assert, abort, and environ. (#105)
5 years ago
Sam Clegg 79e5760710
Various github action cleanups / improvements (#104)
5 years ago
Sam Clegg 79d881c6f2
Update submodules and switch to llvm 9 branch (#102)
5 years ago
Dan Gohman 46e9631b82
Add a LICENSE file, "Apache-2.0 WITH LLVM-exception". (#100)
5 years ago
Dan Gohman a6c0a9b3a4 Add several tests to test printf of various configurations.
5 years ago
Dan Gohman 51abbf27ae Add a test for environment variables.
5 years ago
Shao Cheng 677ffc715c Add NINJA_FLAGS support (#92)
5 years ago
Dan Gohman 5e71a54257 Add a few more interesting addresses to the addresses test.
5 years ago
Dan Gohman 9b2390ca3d Don't compile `__data_end` on clang 9.0.
5 years ago
Dan Gohman 8fe9c630a6 [CI] Run make check after running the build.
5 years ago
Dan Gohman d29a08f8db Add a make check rule and run it from the CI script.
5 years ago
Dan Gohman 757c262719 Add a way to run the testsuite in compile-only mode.
5 years ago
Dan Gohman a73a2b3779 Fix a typo in a comment.
5 years ago
Dan Gohman 68603d47f2 Delete unused file.
5 years ago
Dan Gohman 1928fc364b Add comments.
5 years ago
Dan Gohman b4b552c1ef Add comments to testcase.sh.
5 years ago
Dan Gohman 268a57b41f Rename runwasm to runwasi.
5 years ago
Dan Gohman 21657b7a78 Add a rudimentary testsuite.
5 years ago
Pat Hickey 2bfea0cc96
Github Actions uploads built artifacts (#83)
5 years ago