Mackenzie Clark
|
e7b53c65f8
|
Add new line to example Cargo.toml
|
2019-04-29 08:10:05 -07:00 |
|
Mark McCaskey
|
18e6216b70
|
Delete bin.rs
|
2019-04-27 09:21:31 -07:00 |
|
Mark McCaskey
|
ef3996a1c8
|
Add extending WASI plugin example
|
2019-04-26 18:45:18 -07:00 |
|
bors[bot]
|
a96333bbd6
|
Merge #384
384: Added WASI integration tests r=syrusakbary a=syrusakbary
Added WASI integration tests
Co-authored-by: Syrus <me@syrusakbary.com>
|
2019-04-23 03:02:08 +00:00 |
|
Syrus
|
3a36768934
|
Added cowsay.wasm file
|
2019-04-22 18:04:00 -07:00 |
|
Lachlan Sneff
|
76f4798436
|
Hook up wasi exit code to wasmer cli
|
2019-04-22 16:45:36 -07:00 |
|
losfair
|
ab04f54e72
|
Merge remote-tracking branch 'origin/master' into dynasm-refactor
|
2019-04-11 10:06:47 +08:00 |
|
Syrus
|
af3cc41029
|
Added lua, php and sqlite wasm files 🎉
|
2019-04-10 11:31:26 -07:00 |
|
losfair
|
4451a0f35c
|
Update single_pass_tests/loop to check output value.
|
2019-04-02 00:17:38 +08:00 |
|
Brandon Fish
|
557be77338
|
Merge branch 'master' into feature/dynasm-backend
|
2019-03-12 20:58:22 -05:00 |
|
losfair
|
c3b0bd76a1
|
Validate return values in indirect call test.
|
2019-03-12 11:34:45 +08:00 |
|
losfair
|
683cb2090c
|
Fix call_indirect.
|
2019-03-12 11:31:55 +08:00 |
|
losfair
|
c6dfbcd90d
|
Add tests.
|
2019-03-09 02:58:10 +08:00 |
|
losfair
|
8d2e8773e0
|
tee_local and div tests
|
2019-03-06 01:16:36 +08:00 |
|
losfair
|
5a97a25e7c
|
Add basic test for i64.
|
2019-03-05 00:59:49 +08:00 |
|
losfair
|
2962fe25b6
|
Add unwinding test.
|
2019-03-02 01:41:44 +08:00 |
|
losfair
|
aa75994e2f
|
Add memory opcodes and test.
|
2019-03-02 01:41:31 +08:00 |
|
losfair
|
adb309fbd8
|
Add select test.
|
2019-02-28 23:12:50 +08:00 |
|
losfair
|
ec9a8f0ebd
|
Add test for if/else.
|
2019-02-27 23:41:04 +08:00 |
|
Mark Roberts
|
204d7a8d17
|
Add nginx LICENSE
|
2019-02-26 20:17:48 +08:00 |
|
losfair
|
da1a3fadb1
|
Add test for br_table.
|
2019-02-25 22:47:41 +08:00 |
|
losfair
|
b2f5f77094
|
Add direct call test
|
2019-02-24 00:52:50 +08:00 |
|
losfair
|
693c9fd2ab
|
Single-pass backend tests.
|
2019-02-23 01:54:45 +08:00 |
|
Steve Akinyemi
|
33f10e09f9
|
Make nginx work on Linux
|
2019-01-17 18:53:19 +01:00 |
|
Syrus
|
c315cc43a3
|
Added lua.wasm example
|
2018-12-18 17:22:02 -08:00 |
|
Syrus
|
9a028abfe5
|
Refactored emscripten usage to allow future ABIs
|
2018-12-10 21:19:39 -08:00 |
|
Syrus
|
bbb2f080cc
|
Updated version to 0.1.3
|
2018-12-06 20:39:59 -08:00 |
|
Syrus
|
7aa26acd2f
|
Improved index page
|
2018-12-06 20:36:19 -08:00 |
|
Syrus
|
42e445ed87
|
Added a Readme to the Nginx example
|
2018-12-06 20:31:03 -08:00 |
|
Syrus
|
5ae023d4d4
|
Added page title to the nginx example
|
2018-12-06 20:27:07 -08:00 |
|
Syrus
|
78c9c73c77
|
Improved the Nginx example
|
2018-12-06 20:26:04 -08:00 |
|
Lachlan Sneff
|
91265cb91e
|
Merge master into feature/compile-and-run-nginx-wasm
|
2018-11-26 00:06:51 -05:00 |
|
Steve Akinyemi
|
c639bf850e
|
Add some syscalls
|
2018-11-24 18:07:45 +01:00 |
|
Steve Akinyemi
|
d351ac0136
|
Remove old emscripten examples
|
2018-11-24 18:07:08 +01:00 |
|
Steve Akinyemi
|
916b266bb3
|
Add nginx.wat
|
2018-11-24 18:06:30 +01:00 |
|
Steve Akinyemi
|
771dae7feb
|
Refactor api code and doc
|
2018-11-21 00:45:57 +01:00 |
|
Steve Akinyemi
|
f8eae09110
|
Add emscripten printf example and list of emscripten syscalls
|
2018-11-19 01:12:29 +01:00 |
|
Steve Akinyemi
|
e7923d3b32
|
Add memory_grow.wast test file.
|
2018-11-17 22:13:59 +01:00 |
|
Syrus Akbary
|
7977d09fc7
|
Merge branch 'master' into fix/table-import-memory-repr-rebased
# Conflicts:
# .circleci/config.yml
# install.sh
# src/build_spectests.rs
# src/linkers/emscripten/abort.rs
# src/linkers/emscripten/mod.rs
# src/linkers/mod.rs
# src/main.rs
# src/webassembly/instance.rs
# src/webassembly/memory.rs
# src/webassembly/mod.rs
# src/webassembly/module.rs
|
2018-11-17 01:01:47 -08:00 |
|
Steve Akinyemi
|
df482667aa
|
Fix table and memory import and improve memory storage
|
2018-11-16 16:55:49 +01:00 |
|
Syrus Akbary
|
264b468a8d
|
Upload pypyjs example that should be working
|
2018-11-15 11:06:55 -08:00 |
|
Syrus Akbary
|
459d5f376d
|
Improved signal error messages
|
2018-11-15 01:22:44 -08:00 |
|
Steve Akinyemi
|
874e60aa6d
|
Update grow_memory example
|
2018-11-07 11:57:28 +01:00 |
|
Steve Akinyemi
|
069fc3229a
|
Add example grow_memory wast file
|
2018-11-07 11:56:38 +01:00 |
|
Steve Akinyemi
|
3a65bdbac5
|
Fix memory grow issues
|
2018-11-07 11:55:48 +01:00 |
|
Steve Akinyemi
|
91bd5b27ba
|
Add more wasm spectests
|
2018-10-29 14:36:26 +01:00 |
|
Syrus Akbary
|
6cb78439e3
|
Improved call indirect example
|
2018-10-23 11:49:38 +02:00 |
|
Syrus Akbary
|
ba74488f7d
|
Added call indirect example
|
2018-10-23 11:40:39 +02:00 |
|