Ivan Enderlin
f4c8997c6d
doc(runtime-c-api) Fix a link.
2020-01-20 15:58:11 +01:00
Ivan Enderlin
11e915f00f
test(runtime-c-api) Simplify code.
2020-01-20 15:52:59 +01:00
Ivan Enderlin
df2b93ea81
fix(runtime-c-api) wasmer_instance_context_data_get
returns void
if instance
is null.
2020-01-20 15:52:14 +01:00
Ivan Enderlin
c89f53b6fa
doc(runtime-c-api) Improve documentation of wasmer_instance_context_memory
.
2020-01-20 15:51:48 +01:00
Ivan Enderlin
32ee93ef73
fix(runtime-c-api) wasmer_instance_context_data_set
does nothing if instance
is null.
2020-01-20 15:43:14 +01:00
Ivan Enderlin
05dae9ef9d
doc(runtime-c-api) Improve documentation of wasmer_instance_context_data_set
.
2020-01-20 15:42:50 +01:00
Ivan Enderlin
edf45049e1
doc(runtime-c-api) Improve documentation of wasmer_instance_context_t
.
2020-01-20 15:42:27 +01:00
Ivan Enderlin
cb632f3452
feat(runtime-c-api) Do nothing if instance
is null in wasmer_instance_exports
.
2020-01-20 15:30:00 +01:00
Ivan Enderlin
19627bdb8b
doc(runtime-c-api) Improve documentation of wasmer_instance_exports
.
2020-01-20 15:29:35 +01:00
Ivan Enderlin
3efd7d1232
doc(runtime-c-api) Improve documentation of wasmer_instance_call
.
2020-01-20 15:29:04 +01:00
Ivan Enderlin
076931de91
doc(runtime-c-api) Improve documentation of wasmer_exports_destroy
.
2020-01-20 15:28:30 +01:00
Ivan Enderlin
3022a16ec3
doc(runtime-c-api) Improve documentation of wasmer_import_export_value
.
2020-01-20 15:28:13 +01:00
Ivan Enderlin
97c25f7862
doc(runtime-c-api) Improve documentation of wasmer_exports_t
.
2020-01-20 15:27:50 +01:00
Ivan Enderlin
ee424bbadf
doc(runtime-c-api) Improve documentation of wasmer_result_t
.
2020-01-20 15:26:52 +01:00
Ivan Enderlin
585f5615cf
fix(runtime-c-api) Fix imports, and check for null pointer.
2020-01-20 14:36:45 +01:00
Ivan Enderlin
77ba77446d
doc(runtime-c-api) Improve documentation of wasmer_instance_context_get
.
2020-01-20 14:36:11 +01:00
Ivan Enderlin
cd3a1064f9
chore(runtime-c-api) Move wasmer_module_import_instantiate
to the module
module.
2020-01-20 14:25:13 +01:00
Ivan Enderlin
384c501c93
doc(runtime-c-api) Improve error functions' documentations.
2020-01-20 14:23:52 +01:00
Syrus Akbary
9b483d3fe8
Merge pull request #1167 from wasmerio/dependabot/cargo/indexmap-1.3.1
...
Bump indexmap from 1.3.0 to 1.3.1
2020-01-20 01:05:33 -08:00
Syrus Akbary
366c48a588
Merge pull request #1166 from wasmerio/dependabot/cargo/structopt-0.3.8
...
Bump structopt from 0.3.7 to 0.3.8
2020-01-20 01:05:25 -08:00
Syrus Akbary
1b6f4c4b0d
Merge pull request #1165 from wasmerio/dependabot/cargo/smallvec-1.1.0
...
Bump smallvec from 0.6.13 to 1.1.0
2020-01-20 01:05:13 -08:00
dependabot-preview[bot]
1b806c4b2a
Bump indexmap from 1.3.0 to 1.3.1
...
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/bluss/indexmap/releases )
- [Commits](https://github.com/bluss/indexmap/compare/1.3.0...1.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 08:00:06 +00:00
dependabot-preview[bot]
aff8256eb9
Bump structopt from 0.3.7 to 0.3.8
...
Bumps [structopt](https://github.com/TeXitoi/structopt ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/TeXitoi/structopt/releases )
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.7...v0.3.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 07:59:18 +00:00
dependabot-preview[bot]
8721f6c17b
Bump smallvec from 0.6.13 to 1.1.0
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 0.6.13 to 1.1.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v0.6.13...v1.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 07:58:42 +00:00
bors[bot]
9589e48712
Merge #1163
...
1163: Add clippy error checking in lint step r=MarkMcCaskey a=MarkMcCaskey
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Mark McCaskey <mark@wasmer.io>
2020-01-18 00:19:03 +00:00
Mark McCaskey
d1f049916b
Make Clippy Lint a separate step; upgrade all Ubuntu to 18.04
2020-01-17 16:04:57 -08:00
bors[bot]
37765819d7
Merge #1162
...
1162: Update CODEOWNERS r=MarkMcCaskey a=bjfish
Updating the CODEOWNERS file.
Co-authored-by: Brandon Fish <bjfish@users.noreply.github.com>
2020-01-17 23:49:32 +00:00
Mark McCaskey
5931944a21
Add clippy error checking in lint step
2020-01-17 15:47:45 -08:00
Brandon Fish
e5ffac08b5
Update CODEOWNERS
2020-01-17 17:15:00 -06:00
Mark McCaskey
8c760da83a
Require that imported functions must be Send
2020-01-17 15:14:11 -08:00
bors[bot]
59dc6fd889
Merge #1160
...
1160: Docs/misc runtime core and cleanup r=MarkMcCaskey a=MarkMcCaskey
Adds some docs and deletes `mono_vec` (it's not publicly exposed, or used at all and I asked about it on Slack about it > 6 months ago and no one was attached to it)
Co-authored-by: Mark McCaskey <mark@wasmer.io>
2020-01-17 22:42:48 +00:00
Mark McCaskey
c187d1656e
Add misc doc improvements to runtime-core
2020-01-17 14:31:10 -08:00
Mark McCaskey
1b682bf353
Delete runtime-core::mono_vec
2020-01-17 14:31:00 -08:00
bors[bot]
00082e45be
Merge #1159
...
1159: Document runtime-core::vmcalls functions r=MarkMcCaskey a=MarkMcCaskey
Co-authored-by: Mark McCaskey <mark@wasmer.io>
2020-01-17 01:03:52 +00:00
Mark McCaskey
0cbcc0aff6
Document runtime-core::vmcalls functions
2020-01-16 17:02:40 -08:00
bors[bot]
5dfe5d5b8e
Merge #1157
...
1157: Prepare for 0.13.1 release r=MarkMcCaskey a=MarkMcCaskey
Co-authored-by: Mark McCaskey <mark@wasmer.io>
2020-01-16 22:15:44 +00:00
Mark McCaskey
430524ce51
Prepare for 0.13.1 release
2020-01-16 14:07:18 -08:00
bors[bot]
49bb849df2
Merge #1156
...
1156: Added release badge to wasmex in the README r=Hywan a=tessi
# Description
Added the release badge for wasmex to our README.
This time attempting not to break the layout ;)
<img width="917" alt="Screenshot 2020-01-16 at 13 13 42" src="https://user-images.githubusercontent.com/206108/72524372-0d575880-3862-11ea-986d-b0aeeb6a82d4.png ">
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
I guess this does not need a CHANGELOG entry 🤔
Co-authored-by: Philipp Tessenow <philipp@tessenow.org>
2020-01-16 15:09:00 +00:00
Philipp Tessenow
5a5643f6ac
Added release badge to wasmex in the README
2020-01-16 13:11:53 +01:00
Syrus Akbary
59c818863a
Merge pull request #1155 from Hywan/doc-runtime-c-api-daily
...
doc(runtime-c-api) Daily documentation improvements
2020-01-16 12:46:26 +01:00
Ivan Enderlin
96f96f5d20
chore(runtime-c-api) Update C/C++ headers.
2020-01-16 12:31:43 +01:00
Ivan Enderlin
d42bbb1f06
doc(runtime-c-api) Improve fragment readability in Doxygen.
2020-01-16 12:31:13 +01:00
Ivan Enderlin
44a80dc4a0
doc(runtime-c-api) Improve documentation of wasmer_instantiate
.
2020-01-16 12:30:26 +01:00
Ivan Enderlin
13800872ff
doc(runtime-c-api) Improve documentation of wasmer_instance_context_t
.
2020-01-16 12:29:33 +01:00
Ivan Enderlin
88ca11628a
doc(runtime-c-api) Improve documentation of wasmer_instance_t
.
2020-01-16 12:29:09 +01:00
Ivan Enderlin
798557367a
doc(runtime-c-api) Improve documentation of wasmer_validate
.
2020-01-16 12:28:42 +01:00
Syrus Akbary
a4c13c8d18
Added docs to the language table
2020-01-16 11:59:41 +01:00
Syrus Akbary
677a399ad1
Merge pull request #1154 from Hywan/doc-assets-languages-elixir-reduce
...
doc(assets) Reduce Elixir logo to ~25px
2020-01-16 11:18:08 +01:00
Ivan Enderlin
08352b449a
doc(assets) Reduce Elixir logo to ~25px.
2020-01-16 10:26:34 +01:00
bors[bot]
9ae83981be
Merge #1153
...
1153: Added Wasmex, an Elixir language integration r=MarkMcCaskey a=tessi
# Description
Thanks for creating wasmer. I missed a language integration and, thus, implemented it. This PR adds [Wasmex](https://github.com/tessi/wasmex ), an integration into the Elixir language, to the list of supported languages in the README.
The implementation "borrows" some ideas (esp on the Rust side and documentation) of your language integrations. I hope this is OK with you. If not, tell me :)
# Review
- [ ] Add a short description of the the change to the CHANGELOG.md file
Co-authored-by: Philipp Tessenow <philipp@tessenow.org>
2020-01-16 00:50:56 +00:00