ptitSeb
a7579c052e
Added FunctionEnvMut::data_end_store_mut (will help #3592 )
2023-02-23 15:38:36 +01:00
Manos Pitsidianakis
51be5d0860
Rename UniversalEngine to Engine
2022-07-25 13:21:41 +03:00
Manos Pitsidianakis
e9d54e130c
Remove engine-dylib
2022-06-16 16:57:45 +03:00
yukang
690eac9674
fix doc typo
2021-06-08 19:53:32 +08:00
Ivan Enderlin
3d66a2e360
feat: Rename wasmer-engine-native to wasmer-engine-dylib.
2021-05-28 14:13:24 +02:00
Ivan Enderlin
79d5f20301
feat: Rename wasmer-engine-native to wasmer-engine-shared-object.
2021-05-28 14:13:24 +02:00
Ivan Enderlin
e5a784a006
feat: Rename wasmer-engine-jit to wasmer-engine-universal.
...
This (small) patch renames the `wasmer-engine-jit` crate into
`wasmer-engine-universal`.
2021-05-25 16:12:06 +02:00
Ivan Enderlin
0e83948222
doc(examples) Add an example about Features.
2021-03-02 14:24:12 +01:00
Ivan Enderlin
a935f11839
doc(example) Fix missing links and fix execution example.
2021-01-22 11:30:19 +01:00
Ivan Enderlin
2c72398654
doc(example) Fix a missing link.
2021-01-22 11:22:38 +01:00
Ivan Enderlin
f79f7d3255
doc(example) Fix missing link.
2021-01-22 11:20:49 +01:00
Brooks J Rady
b1c8bef02f
Add a nice example of using stdio pipes
2020-12-03 14:00:24 +00:00
Mark McCaskey
da15d754e8
Add "Hello World" example
...
It's a bit redundant with the instance example but I think it's good
to call it out as a "hello world" example and explicitly try to
explain the core concepts of the API. Perhaps we can then make the
instance example a bit more complicated now.
2020-11-25 12:03:44 -08:00
jubianchi
11abe0d898
doc(examples): Add a link to every example in the readme
2020-11-04 16:27:41 +01:00
jubianchi
855eaab51e
fix(examples): Fix a typo in the tunables example
2020-11-04 16:27:41 +01:00
jubianchi
d463b44e96
chore(examples): Update README and Cargo.toml with new examples
2020-11-04 16:27:41 +01:00
Simon Warta
52cc995b3a
Create example for limiting memory with Tunables
2020-10-27 23:55:18 +01:00
Mark McCaskey
adc40aeae3
Merge branch 'master' into feature/add-table-example
2020-10-27 11:57:08 -07:00
jubianchi
3f1f94bc84
chore(example): Renumber the examples
2020-10-26 22:37:30 +01:00
jubianchi
8245f369d1
doc(examples): Add Memory examples
2020-10-26 22:37:29 +01:00
jubianchi
64bbfe6206
doc(examples): Add Function examples
2020-10-26 22:37:29 +01:00
jubianchi
8782c0f9ea
doc(examples): Add Global examples
2020-10-26 22:37:29 +01:00
Mark McCaskey
729a044c75
Add misc updates from feedback
2020-10-21 16:34:27 -07:00
Mark McCaskey
33c32da5d0
Add table and memory example to examples/README.md
2020-10-14 17:44:23 -07:00
Nick Lewycky
fadd5d6699
Remove nearly-all mentions of reborn.
2020-08-13 11:32:14 -07:00
Syrus
ad58fea8ae
Simplified root dir moving diagrams to assets dir
2020-07-22 15:56:38 -07:00
Ivan Enderlin
8447aae1b0
doc: Add PNG diagrams.
2020-07-20 12:08:23 +02:00
Ivan Enderlin
09139bcca6
doc(example) Rewrite links.
2020-07-20 11:57:36 +02:00
Ivan Enderlin
86e1b3b40f
doc(example) List useful diagrams to understand the main workflows.
2020-07-20 11:56:24 +02:00
Ivan Enderlin
e276b37e1f
doc(examples) s/bash/shell/ for the sake of consistency.
2020-07-20 10:28:22 +02:00
Ivan Enderlin
2d41ad28d6
doc(example) Fix links, fix WASI description (bad copy-pasted) etc.
2020-07-16 11:23:23 +02:00
Syrus Akbary
69abe305ab
Update README.md
2020-07-15 13:44:49 -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
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
Syrus
d750d6f30d
First version of Wasmer Reborn
2020-08-13 15:03:29 -07:00
Syrus
ca4606516a
Added README to the examples dir
2019-05-05 17:17:01 -07:00