Commit Graph

122 Commits

Author SHA1 Message Date
Syrus Akbary
69abe305ab Update README.md 2020-07-15 13:44:49 -07:00
Syrus
e22bf4bbb2 Fixed windows tests 2020-07-15 13:13:29 -07:00
Syrus
942caadb0d Fixed examples 2020-07-15 12:35:49 -07:00
Syrus
b3c873cd8a Trying to fix windows compilation 2020-07-14 17:42:24 -07:00
Syrus
6f1677f5b3 Added more examples 2020-07-14 14:14:46 -07:00
Syrus Akbary
70b66779e4 Apply suggestions from code review 2020-07-14 12:06:05 -07:00
Ivan Enderlin
e2a972ff01 doc(examples) Fix a typo. 2020-07-14 15:16:01 +02:00
Ivan Enderlin
a8f555d78a doc(examples) Update the “execute the example” commands.
The `--release` flag has been added, and all options have been reordered.
2020-07-14 15:01:22 +02:00
Ivan Enderlin
55f5f7d667 doc(examples) Add more examples with documentation, tests etc. 2020-07-14 14:57:21 +02:00
Ivan Enderlin
43979233bd doc+test(examples) Write the engine-native example + test + doc. 2020-07-14 11:45:54 +02:00
Syrus
d750d6f30d First version of Wasmer Reborn 2020-08-13 15:03:29 -07:00
Mark McCaskey
9c5fdd6f69 Address feedback, cleanup, fix memory leak in LLVM-backend 2020-04-28 11:36:01 -07:00
Mark McCaskey
cffdb387f7 Fix new RuntimeError integration with the LLVM-backend 2020-04-27 12:55:58 -07:00
Syrus
8a669cfda5 Fixed example testing 2020-04-15 19:34:25 -07:00
Mark McCaskey
dfa6247075 Move spectests, wrap up test restructure 2020-04-03 14:24:40 -07:00
Mark McCaskey
2fb8f8197b Deprecate Instance::func and Instance::dyn_func 2020-03-26 17:11:37 -07:00
Johan Andersson
81f879565d Add MIT license to crates that were missing it
Ran into a few crates in this repo with our license scanner that didn't have any license attached to them.

Added MIT to be consistent with the other crates. Please adjust if not correct.
2019-12-22 12:28:33 +01:00
Mark McCaskey
ca52265a1c Fix plugin example, add examples to test recipe 2019-12-19 16:32:28 -05:00
losfair
d1352554e3 Remove accidentally added test files. 2019-11-21 23:37:33 +08:00
Syrus
27b17893d8 Move popcnt to examples 2019-11-20 19:14:29 -08:00
Syrus
b3322a6c5c Move xxx.wat to the examples dir 2019-11-20 19:13:37 -08:00
losfair
899fbed35d Merge master. 2019-11-11 01:42:43 +08:00
losfair
3778352d39 Update a few examples. 2019-10-08 23:01:03 +08:00
Mark McCaskey
c77cbc1f40 Prepare for 0.8.0 release 2019-10-02 15:40:35 -07:00
Mark McCaskey
1083e7cd2a Add parallel execution example 2019-09-26 16:25:31 -07:00
Mark McCaskey
3b200fa4d3 Move callback guest out of direct examples dir 2019-09-19 13:53:07 -07:00
Mark McCaskey
ccd369ff0c Add example, rename Ctx fn, make things pub(crate), misc changes 2019-09-18 16:43:47 -07:00
losfair
d3227f830c More instructions & aarch64 trampolines. 2019-09-15 17:57:40 +08:00
Mark McCaskey
7e640c0dfb Introduce some breaking changes to WasiFS API for next release 2019-09-10 13:52:02 -07:00
Mark McCaskey
7a9afbffe9 Merge branch 'master' into feature/serialization-of-wasi-state 2019-09-04 14:36:25 -07:00
Mark McCaskey
48509e97bd Update plugin example to use serde and typetag for WASI 2019-08-28 14:47:38 -07:00
losfair
fbe69281ec Add note on many_params test. 2019-08-19 19:17:32 -07:00
losfair
942298facd Add test case for params passed on stack. 2019-08-19 19:13:27 -07:00
losfair
be4ea764a0 Update iterative_hash example for benchmarking 2019-08-15 19:37:54 -07:00
losfair
8a1f399df6 Fix NaN during first round issue in the iterative hash example. 2019-08-15 19:12:32 -07:00
losfair
9471f643fd Update iterative_hash example. 2019-08-15 19:03:39 -07:00
Syrus Akbary
07e6599a28 Merge branch 'master' into feature/instance-benchmark 2019-08-05 15:07:58 -07:00
Mark McCaskey
a72610a546 remove unneeded call to main in plugin example 2019-07-31 16:01:44 +09:00
Mark McCaskey
7760d5a4a2 simplify example and make public get_wasi_state unsafe 2019-07-31 15:59:08 +09:00
Mark McCaskey
b407633366 add logging to plugin example, improve swap, and add some consts 2019-07-31 12:51:55 +09:00
Syrus
020b94836c Added more examples into the repo 2019-07-30 17:02:16 -07:00
Mark McCaskey
01491fd986 add instance creation benchmark 2019-07-01 11:17:31 -07:00
losfair
db117d2f26 Cleanup internal logic. 2019-06-27 17:54:06 +08:00
losfair
7d0b70bddf Added iterative hash example. 2019-06-27 01:32:19 +08:00
losfair
73ca597d73 Prevent trie_traversal from being automatically compiled as an native example. 2019-06-26 14:24:58 +08:00
losfair
bcd54a0152 Cleanup temporary files. 2019-06-26 11:31:31 +08:00
losfair
2730efcc6c Cargo fmt 2019-06-26 01:39:30 +08:00
losfair
f0cf012677 Add recursive trie traversal example. 2019-06-26 01:39:00 +08:00
losfair
9585b89705 Fix bugs in state reading. 2019-06-12 23:54:15 +08:00
losfair
32008eba88 Read stack values based on state map. 2019-06-12 22:02:15 +08:00