Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/swiftwasm/wasi-sdk
Obsoleted. See https://github.com/swiftwasm/wasi-sdk-build
https://github.com/swiftwasm/wasi-sdk
b55303515695e9d23aca515c46bcfebedd83c160 authored over 4 years ago by Max Desiatov <[email protected]>
09dbe2f153a3606aec61b4c571009fc618af8a6f authored over 4 years ago by Max Desiatov <[email protected]>
dd0c29e0e063947cd3e8e05315dd47d2947f75d7 authored over 4 years ago by Max Desiatov <[email protected]>
975018a0148c66e051ab6d305049fc677e2b063b authored over 4 years ago by Max Desiatov <[email protected]>
c55587afdc704e9f450390150696ff0bbe90bcfe authored over 4 years ago by Max Desiatov <[email protected]>
e01b97cdaacec2f46085bd4248febf4b95f73a1c authored over 4 years ago by Max Desiatov <[email protected]>
77a3e4abb81ce735861a0087ffe799fc74492318 authored over 4 years ago by Max Desiatov <[email protected]>
265652648a949c2f518aa064b17c11292de72874 authored over 4 years ago by Max Desiatov <[email protected]>
8062e42f7229cb23d3e8cb253cdda700506a6263 authored over 4 years ago by Max Desiatov <[email protected]>
6ad234a27a2b552d4dfe1bc419f84f11e89c6c5d authored over 4 years ago by Max Desiatov <[email protected]>
9ad28b8f952220f2198cdd70ceaca9ddee390495 authored over 4 years ago by Max Desiatov <[email protected]>
38e4a08ab1be7eda8160cd32a2693bc1d2d49062 authored over 4 years ago by Max Desiatov <[email protected]>
624c317cdc42a3435d107957cc80f38739562cbe authored over 4 years ago by Max Desiatov <[email protected]>
6f46487131435e11a743a71a30137761dfdd4517 authored over 4 years ago by Max Desiatov <[email protected]>
def578a3b6c0febb1da470860af9d6417536accf authored over 4 years ago by Max Desiatov <[email protected]>
066bc2a9396d93ee3a285e6b31eaa257239285c5 authored over 4 years ago by Max Desiatov <[email protected]>
We still build with the `/opt/wasi-sdk` prefix but we don't actually
install into that director...
* Add a basic testcase for emulated signals.
* Add a testcase for raise(SIGABRT).
* Fix st...
ceabbfe181599bca83d81e087a229797e472c09c authored over 4 years ago by Dan Gohman <[email protected]>de17ec51291993a38ef545ee83cb389c05c622b5 authored over 4 years ago by Pat Hickey <[email protected]>
* Add a basic mmap and munmap testcase.
* Convert test parameters from strings to integers.
4f53c610b363c84c1959c3dd0e940aea1d2b94f2 authored over 4 years ago by Dan Gohman <[email protected]>
The update to LLVM 10.x was done in #108 but the submodule branch was
not updated.
As discus...
ef4b45d99cad8267486e4314c928d43b2212b121 authored over 4 years ago by Orestis Floros <[email protected]>800231ee93af6b16ac4202bc39426e78f006ab4f authored over 4 years ago by Sam Clegg <[email protected]>
5531968c1817b1d6763cbc96b84238b4cd02e0ab authored over 4 years ago by Steve Manuel <[email protected]>
* Make build work on Windows
* re-enable windows build workflow
* fix make check
* fix ...
6c59b6487c78d742961da7d7fea6bcbe7f9284db authored over 4 years ago by Vladimir Vukicevic <[email protected]>41a660013f12f0fbf4160f48dd1582385482dc37 authored over 4 years ago by Sam Clegg <[email protected]>
Fixes #98
69e46b88d8e74fb0954a0e1773e94c485c929cf0 authored over 4 years ago by Sam Clegg <[email protected]>* ci: add separate job to run docker build script
so that it doesn't bitrot
* github ci: t...
6b453df18725a09a1ee998662ee8696c16ba7ec1 authored over 4 years ago by Pat Hickey <[email protected]>Looks ike this flag was added in 3.13:
https://cmake.org/cmake/help/v3.13/manual/cmake.1.html
4051341c9a00c1a7d8490771bf549f32a7432a5b authored over 4 years ago by Sam Clegg <[email protected]>* strip_symbols.sh: make it work on mac as well
* wasi-libc: added utime, point at master
d5e91f6f0f0ee51d386dceb8c517aa609528aad4 authored over 4 years ago by Pat Hickey <[email protected]>b00a73afa2dc825cb831ca9e21cf2e3afd2fe433 authored over 4 years ago by Dan Gohman <[email protected]>
f754491ed2aebeeedfc017f1efeedc86a47fae83 authored over 4 years ago by Andrew Brown <[email protected]>
4d08c33d251a464c7145ef3d34d2f48f650c554d authored over 4 years ago by Andrew Brown <[email protected]>
* latest wasi-libc (NFC readme changes)
* latest libc again - this time with latest wasi subm...
0cb1af8e7269e6ae63bf031926500cd4f14ac42b authored over 4 years ago by Pat Hickey <[email protected]>* Update llvm-project to release/10.x and wasi-libc to latest master
* Strip symbols regardle...
49e969b3a1402f1f891d26584236dc755f5f98fc authored over 4 years ago by Andrew Brown <[email protected]>These changes are factored out of #89. NFC.
17315135ea73786848c1be4d699e5af2d209d8b4 authored almost 5 years ago by Dan Gohman <[email protected]>
To support this, add a mechanism for filtering test output to filter
out uninteresting diffs.
...
- Don't build pushes to non-main branches, only build the PR itself.
- Remove special windows l...
This change was mostly generated by changing the upstream llvm
branch to 9.x and running:
...
79d881c6f2d2760bf2b16af68e83c1540272e969 authored almost 5 years ago by Sam Clegg <[email protected]>
This uses Apache-2.0, which is the same as what's used in other
WebAssembly CG repositories, pl...
wasi-libc builds special versions of printf and other routines optimized
for the case where long...
This adds basic support for environment variables to the test harness,
and adds a simple test.
...
51abbf27ae63209a49666de027e4fa81e7d367db authored almost 5 years ago by Dan Gohman <[email protected]>677ffc715c338bba2b1a157ada0ce9618ac71a16 authored almost 5 years ago by Shao Cheng <[email protected]>
5e71a54257756abcbade55d8527f28b952df11d4 authored about 5 years ago by Dan Gohman <[email protected]>
9b2390ca3dd35a378283e1ba1efc7519998db26d authored about 5 years ago by Dan Gohman <[email protected]>
8fe9c630a670906dbdc89795a9b25a84ccbaacf0 authored about 5 years ago by Dan Gohman <[email protected]>
d29a08f8db885aaddacf2eeaf05b74e383c6a7b6 authored about 5 years ago by Dan Gohman <[email protected]>
757c2627193d4d793b30f39e1db8e06a16be255c authored about 5 years ago by Dan Gohman <[email protected]>
a73a2b3779e98969a1041719d024b13e210f9948 authored about 5 years ago by Dan Gohman <[email protected]>
68603d47f2213034429b6f1928164eab1b164cb4 authored about 5 years ago by Dan Gohman <[email protected]>
1928fc364b35d83301a6a9a1d0c777545bb57abf authored about 5 years ago by Dan Gohman <[email protected]>
b4b552c1ef35a614fa6e2b1d3507ee4ee79e53f1 authored about 5 years ago by Dan Gohman <[email protected]>
268a57b41f3062cc3345be1a693a38dbb045160f authored about 5 years ago by Dan Gohman <[email protected]>
This adds a very primitive test harness and tests relevant to the recent
changes to how program ...
* build: put artifacts into dist/. workflow: upload contents of dist/.
* review feedback
*...
2bfea0cc96ef2e4ac8a3293d33b9e16833af4c44 authored about 5 years ago by Pat Hickey <[email protected]>This brings in the following changes:
f645f49 Update signal macros after upgrade to snapshot1...
baa9b684ee1f455ef349de34a740382160abfc81 authored about 5 years ago by Sam Clegg <[email protected]>
master now contains a new v2 beta version of this action that no longer
supports "submodules". ...
* add github actions CI
* delete azure pipelines CI
ac571d0fefbd47de60195eb6963eafd5ee1066a3 authored about 5 years ago by Pat Hickey <[email protected]>Fixes: #69
5225b05436ce57f01fe649f411f3ff701246628b authored about 5 years ago by Sam Clegg <[email protected]>a944460a3bce6e94a44f804f2ec6a17d335b8695 authored about 5 years ago by Sam Clegg <[email protected]>
1f5bf465eb93e458b5bea833d2f91c53f9991b92 authored about 5 years ago by Sam Clegg <[email protected]>
Also remove redundant install-* rules. Also, don't install llc, since
it isn't an end-user tool.
9a57b2d609279525b94175e8f7070592cbb59316 authored about 5 years ago by Dan Gohman <[email protected]>
We can re-evaluate this when the need arrises.
9c477c9f806caf3d981f68d2aa497374808ca0cc authored about 5 years ago by Dan Gohman <[email protected]>a9bd8ee7b39bbb56f454105d06446cdd8ab1f28c authored about 5 years ago by Dan Gohman <[email protected]>
0eef681afd45ec35c4f3a9edb6c56a132481fb29 authored about 5 years ago by Dan Gohman <[email protected]>
350d45b7cca239ebd3c5192c4b2e8cd00028186f authored about 5 years ago by Sam Clegg <[email protected]>
This installs unqualified `nm`, `ar`, and other symlinks, additional
tools including `llvm-objdu...
Fixes #57
f967f43aeb99cbd1b7e61f74cc5c999e4d6a68bd authored about 5 years ago by Sam Clegg <[email protected]>73d43d9c46b22c69b1362e84960f66277be01014 authored about 5 years ago by Sam Clegg <[email protected]>
Ubuntu is based on debian and debian a more stable base to build on
IMHO. This shouldn't effec...
924137701250cebd7dfeb3ef69088223c1fb6b78 authored about 5 years ago by Dan Gohman <[email protected]>
989a5ec7a90d5881e7f9ee22632a8cd415e523d4 authored about 5 years ago by Pat Hickey <[email protected]>
9ecef68ce15ecf6060245d0ddd06243fccd93140 authored about 5 years ago by Pat Hickey <[email protected]>
87b7a019472770f08d49cf3b558867dc76ea74eb authored about 5 years ago by Dan Gohman <[email protected]>
e48c80303710a764e3618ec9864f9f01d597aea9 authored about 5 years ago by Dan Gohman <[email protected]>
df72615194f77707dc64c45924200c8e98110099 authored over 5 years ago by Sam Clegg <[email protected]>
5e25836f17f5411d83191e2c7b5b7b8cd8e57010 authored over 5 years ago by Pat Hickey <[email protected]>
896a39551956703af8aade88bcd04d9c377f6e39 authored over 5 years ago by Till Schneidereit <[email protected]>
3dad95d1f3360430de0233ad0883c9481487fd74 authored over 5 years ago by Till Schneidereit <[email protected]>
libc++ and libc++abi have config variables which can be used to enable
multi-arch installation p...
Followup on #40
d3c256103ce74767040c0448c31877b755705321 authored over 5 years ago by Sam Clegg <[email protected]>
Ninja has many advantages. The motivating one is automatic parallelism
according to number of ...
See https://github.com/CraneStation/wasi-libc/commit/8df0d4cd6a559b58d4a34b738a5a766b567448cf
3d88cae36b120da1c3aa1ee2f0eec499528e68bb authored over 5 years ago by Sam Clegg <[email protected]>
When also using `$(MAKE)` this allows using the top-level specified
parallelism and allows usin...
c6f4bada2d18124e6c3a7b556d276cf6789fe259 authored over 5 years ago by Yury Delendik <[email protected]>
This renames /opt/wasi/share/sysroot to /opt/wasi/share/wasi-sysroot.
If the user selects an al...
49cf0e78ad774d110f40de66c569ae06f401101a authored over 5 years ago by Dan Gohman <[email protected]>
The wasi-libc update here brings numerous bug fixes and minor changes,
and __wasilibc_rmfileat h...
This updates src/llvm-project to the latest LLVM release/8.x:
https://github.com/llvm/llvm-proj...
34245cc98dcb34c47f8e1bcda7ddbb783759ef43 authored over 5 years ago by Dan Gohman <[email protected]>
Libc++abi's verbose terminate handler is only useful when exceptions are
enabled. Disabling it r...
Makefile: Don't mix phony targets with directory names
delete a space in predefined-macros.txt
r...
bump wasi-sysroot
610a752f72d3d91c360ef04bfcd127ab6df77927 authored over 5 years ago by Pat Hickey <[email protected]>
Define TIME_UTC to be 1.
Define CLOCKS_PER_SEC to have type clock_t.
Optimize lseek in the `tell...
38cc8a607c40266d32d8ebd28481cfb4be3c521b authored over 5 years ago by Dan Gohman <[email protected]>
Distribute versions of config.sub and config.guess with wasm and wasi
support.
Fixes #16.
3f6c4f83a3cb3a3a8b63b4e6fd09e02c26c14634 authored over 5 years ago by Dan Gohman <[email protected]>Create a tarball of the clang-rt builtins in tar_from_installation.sh
2e88d7671bd86bd3def21cc42187296c59bce2c6 authored over 5 years ago by Pat Hickey <[email protected]>
These builtins are required to use WASI with an existing clang
installation.
6aa39c80546b1bbce18137bbe7ee9e94ac35584e authored over 5 years ago by Pat Hickey <[email protected]>
Fixes #15
c03ef433733b03c38c2d0955ed35e5797cb3ddd4 authored over 5 years ago by Pat Hickey <[email protected]>fb50c3e21ebb45b060098b6973b67e4df04f0951 authored over 5 years ago by Jakub Konka <[email protected]>
- Fixes C++ <iostream> with -fno-exceptions
- Fixes the remaining issue in #6 with using newer...