Commit Graph

107 Commits

Author SHA1 Message Date
2fb8f8197b Deprecate Instance::func and Instance::dyn_func 2020-03-26 17:11:37 -07:00
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
ca52265a1c Fix plugin example, add examples to test recipe 2019-12-19 16:32:28 -05:00
d1352554e3 Remove accidentally added test files. 2019-11-21 23:37:33 +08:00
27b17893d8 Move popcnt to examples 2019-11-20 19:14:29 -08:00
b3322a6c5c Move xxx.wat to the examples dir 2019-11-20 19:13:37 -08:00
899fbed35d Merge master. 2019-11-11 01:42:43 +08:00
3778352d39 Update a few examples. 2019-10-08 23:01:03 +08:00
c77cbc1f40 Prepare for 0.8.0 release 2019-10-02 15:40:35 -07:00
1083e7cd2a Add parallel execution example 2019-09-26 16:25:31 -07:00
3b200fa4d3 Move callback guest out of direct examples dir 2019-09-19 13:53:07 -07:00
ccd369ff0c Add example, rename Ctx fn, make things pub(crate), misc changes 2019-09-18 16:43:47 -07:00
d3227f830c More instructions & aarch64 trampolines. 2019-09-15 17:57:40 +08:00
7e640c0dfb Introduce some breaking changes to WasiFS API for next release 2019-09-10 13:52:02 -07:00
7a9afbffe9 Merge branch 'master' into feature/serialization-of-wasi-state 2019-09-04 14:36:25 -07:00
48509e97bd Update plugin example to use serde and typetag for WASI 2019-08-28 14:47:38 -07:00
fbe69281ec Add note on many_params test. 2019-08-19 19:17:32 -07:00
942298facd Add test case for params passed on stack. 2019-08-19 19:13:27 -07:00
be4ea764a0 Update iterative_hash example for benchmarking 2019-08-15 19:37:54 -07:00
8a1f399df6 Fix NaN during first round issue in the iterative hash example. 2019-08-15 19:12:32 -07:00
9471f643fd Update iterative_hash example. 2019-08-15 19:03:39 -07:00
07e6599a28 Merge branch 'master' into feature/instance-benchmark 2019-08-05 15:07:58 -07:00
a72610a546 remove unneeded call to main in plugin example 2019-07-31 16:01:44 +09:00
7760d5a4a2 simplify example and make public get_wasi_state unsafe 2019-07-31 15:59:08 +09:00
b407633366 add logging to plugin example, improve swap, and add some consts 2019-07-31 12:51:55 +09:00
020b94836c Added more examples into the repo 2019-07-30 17:02:16 -07:00
01491fd986 add instance creation benchmark 2019-07-01 11:17:31 -07:00
db117d2f26 Cleanup internal logic. 2019-06-27 17:54:06 +08:00
7d0b70bddf Added iterative hash example. 2019-06-27 01:32:19 +08:00
73ca597d73 Prevent trie_traversal from being automatically compiled as an native example. 2019-06-26 14:24:58 +08:00
bcd54a0152 Cleanup temporary files. 2019-06-26 11:31:31 +08:00
2730efcc6c Cargo fmt 2019-06-26 01:39:30 +08:00
f0cf012677 Add recursive trie traversal example. 2019-06-26 01:39:00 +08:00
9585b89705 Fix bugs in state reading. 2019-06-12 23:54:15 +08:00
32008eba88 Read stack values based on state map. 2019-06-12 22:02:15 +08:00
00b6bf632a Dumping stack through import. 2019-06-12 13:38:58 +08:00
1477062474 Add test case for PR 486 fix. 2019-06-08 22:55:24 +08:00
7734001c1c update plugin example to pass empty vec for mapped_dir arg 2019-05-20 16:50:56 -07:00
4ddffb8285 Update libraries versions to 0.4.2 2019-05-16 14:39:13 -07:00
a17795478c Rename wasi-networking to echo-server. 2019-05-16 09:24:06 +08:00
b28992932e Rename wasmer-kernel-net to kernel-net. 2019-05-16 09:22:40 +08:00
3bbf7753cb Renamed kwasm-net to wasmer-kernel-net 2019-05-15 10:34:56 -07:00
98dd2c0289 Fix wasm example crates. 2019-05-14 16:52:09 +08:00
32f9aee6fe Cargo fmt 2019-05-14 16:04:08 +08:00
db9705f00c Merge remote-tracking branch 'origin/master' into feature/remote-code-load 2019-05-14 15:46:15 +08:00
9df3e4af88 Fix http server example. 2019-05-14 00:05:05 -07:00
4f77f4d024 HTTP server example. 2019-05-13 18:37:22 -07:00
884a7e1713 kwasm-net fixes and optimizations. 2019-05-13 10:15:03 -07:00
3bcdfb4263 Asynchronous networking extension. 2019-05-13 06:14:28 -07:00
accb80bca2 Pipe example 2019-05-07 10:48:50 -07:00