wasmer/examples
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
..
callback-guest Move callback guest out of direct examples dir 2019-09-19 13:53:07 -07:00
echo-server Update libraries versions to 0.4.2 2019-05-16 14:39:13 -07:00
hello_world Update a few examples. 2019-10-08 23:01:03 +08:00
http-server Rename wasmer-kernel-net to kernel-net. 2019-05-16 09:22:40 +08:00
iterative_hash Update a few examples. 2019-10-08 23:01:03 +08:00
nginx Add nginx LICENSE 2019-02-26 20:17:48 +08:00
parallel Add parallel execution example 2019-09-26 16:25:31 -07:00
parallel-guest Prepare for 0.8.0 release 2019-10-02 15:40:35 -07:00
pipe Fix wasm example crates. 2019-05-14 16:52:09 +08:00
plugin-for-example Add MIT license to crates that were missing it 2019-12-22 12:28:33 +01:00
single_pass_tests Cleanup temporary files. 2019-06-26 11:31:31 +08:00
trie_traversal Prevent trie_traversal from being automatically compiled as an native example. 2019-06-26 14:24:58 +08:00
call_indirect.wat Fix table and memory import and improve memory storage 2018-11-16 16:55:49 +01:00
callback.rs Move callback guest out of direct examples dir 2019-09-19 13:53:07 -07:00
cowsay.wasm Added cowsay.wasm file 2019-04-22 18:04:00 -07:00
elem.wat Fix table and memory import and improve memory storage 2018-11-16 16:55:49 +01:00
exit.wat Hook up wasi exit code to wasmer cli 2019-04-22 16:45:36 -07:00
fib.wat More instructions & aarch64 trampolines. 2019-09-15 17:57:40 +08:00
grow_memory.wat Update grow_memory example 2018-11-07 11:57:28 +01:00
import.wat Fix table and memory import and improve memory storage 2018-11-16 16:55:49 +01:00
loop.wat Add more wasm spectests 2018-10-29 14:36:26 +01:00
lua.wasm Added lua, php and sqlite wasm files 🎉 2019-04-10 11:31:26 -07:00
many_params.wat Add note on many_params test. 2019-08-19 19:17:32 -07:00
memory.wat Add memory_grow.wast test file. 2018-11-17 22:13:59 +01:00
no_abi_simple_plugin.rs add instance creation benchmark 2019-07-01 11:17:31 -07:00
no_abi_simple_plugin.wasm add instance creation benchmark 2019-07-01 11:17:31 -07:00
parallel-guest.wasm Add parallel execution example 2019-09-26 16:25:31 -07:00
particle-repel-simd.wasm Added more examples into the repo 2019-07-30 17:02:16 -07:00
particle-repel.wasm Added more examples into the repo 2019-07-30 17:02:16 -07:00
php.wasm Added lua, php and sqlite wasm files 🎉 2019-04-10 11:31:26 -07:00
plugin-for-example.wasm simplify example and make public get_wasi_state unsafe 2019-07-31 15:59:08 +09:00
plugin.rs Fix plugin example, add examples to test recipe 2019-12-19 16:32:28 -05:00
pypyjs.wasm Upload pypyjs example that should be working 2018-11-15 11:06:55 -08:00
README.md Added README to the examples dir 2019-05-05 17:17:01 -07:00
select.wat Add more wasm spectests 2018-10-29 14:36:26 +01:00
sqlite.wasm Added lua, php and sqlite wasm files 🎉 2019-04-10 11:31:26 -07:00
sys.wat Add some syscalls 2018-11-24 18:07:45 +01:00
trap.wat Improved signal error messages 2018-11-15 01:22:44 -08:00

WebAssembly Examples

In this directory you can find a set of different examples that can run on the Wasmer WebAssembly runtime: