3eff8c1973
Convert usages of Instance::{func,dyn_func}
to exports.get
2020-03-26 18:13:45 -07:00
e695ecbfd8
Merge #1288
...
1288: Update some dependencies manually, removing duplicate deps r=MarkMcCaskey a=MarkMcCaskey
Removes all duplicate deps (as seen by `cargo +stable tree -d`). Primarily by updating `wasm-debug` but also by through updating some other dependencies.
Co-authored-by: Mark McCaskey <mark@wasmer.io >
2020-03-23 18:58:51 +00:00
fffdba395d
Prepare for 0.16.2 release
2020-03-11 19:15:31 -07:00
dc9cc3292c
Prepare for 0.16.1 release
2020-03-11 16:00:21 -07:00
ac3d9a37ae
Update some dependencies manually, removing duplicate deps
2020-03-11 11:52:43 -07:00
d7d5f5b894
Prepare for 0.16.0 release
2020-03-11 11:15:07 -07:00
c295adbaa8
Prepare for 0.15.0 release
2020-03-04 12:26:19 -08:00
ce21910077
Prepare for 0.14.1 release
...
0.14.1 differs from 0.14.0 primarily in that the GNU/Linux build is
built on Ubuntu 16.04 instead of 18.04, meaning we'll use an earlier
version of GLIBC.
2020-02-24 13:20:12 -08:00
1e52d4b9b2
doc(readme) Fix logo.
2020-02-21 13:39:43 +01:00
1374bf0806
Prepare for 0.14.0 release
2020-02-20 13:15:29 -08:00
d93d878aa4
Fixed runtime doc links
2020-02-19 18:53:10 -08:00
e0aafbe9dd
Remove WasmTrapInfo
and passExceptionCode
in the generic Box<Any>
container.
2020-02-06 23:49:50 +08:00
870c057826
Add minor documentation updates
2020-01-31 13:10:02 -08:00
74eb11352a
Merge remote-tracking branch 'origin/master' into feature/unified-exceptions
2020-01-21 01:10:40 +08:00
430524ce51
Prepare for 0.13.1 release
2020-01-16 14:07:18 -08:00
3c996bc821
Prepare for 0.13.0 release
2020-01-15 11:09:47 -08:00
1b3e679bf0
Merge remote-tracking branch 'origin/master' into feature/unified-exceptions
2020-01-16 02:59:56 +08:00
35870b33e5
Update spectests to test singlepass traps.
2020-01-16 02:59:27 +08:00
6514e57b6f
Merge #760
...
760: Add Publish_Docs stage, make it push to a fake gh-pages branch for testing whenever master is updated. r=syrusakbary a=nlewycky
bors r-
Co-authored-by: Nick Lewycky <nick@wasmer.io >
Co-authored-by: Syrus <me@syrusakbary.com >
Co-authored-by: Azure Pipelines <azuredevops@microsoft.com >
2020-01-15 12:58:13 +00:00
d343cd1d2d
Improved C-API documentation links
2020-01-15 11:01:48 +01:00
286e5db370
Remove vestigial debug
features from various crates
2020-01-14 13:03:19 -08:00
9ca97706d7
Merge branch 'master' into backend-refactor
2020-01-10 13:41:49 +01:00
66574e3e27
Merge branch 'master' into fix/import-object-allow-missing
2020-01-10 11:16:09 +01:00
cd6e4bdaee
test(runtime) Fix CS.
2020-01-09 15:10:23 +01:00
078242b55b
Add test for ImportObject's allow_missing_functions
2020-01-07 12:04:50 -05:00
d544f5a80f
Run formatting
2020-01-07 16:14:58 +01:00
3b9cdc396d
Recovered deleted tests
2020-01-07 16:13:33 +01:00
8cff1adf5c
Fix wasmer binary
2020-01-07 16:12:39 +01:00
ac0c5c93ce
Fixed lint
2020-01-07 16:12:39 +01:00
71be5bea16
Improved syntax
2020-01-07 16:12:39 +01:00
d7154fe791
Remove Backend dependency
2020-01-07 16:12:39 +01:00
ad8945a555
Add misc doc link fixes and update old comment
2019-12-19 16:22:51 -05:00
6a74b7e994
Prepare for 0.12.0 release
2019-12-18 17:24:29 -05:00
d227f19f8d
super:: in this case is just crate:: in disguise.
2019-12-06 17:51:15 -08:00
3ba355dda4
Remove deterministic flag setting default compiler; add auto logic
2019-12-05 15:04:05 -08:00
d144976da0
Manually apply formatting to cfg statement
2019-12-05 12:01:46 -08:00
c7f3abd27e
Merge branch 'master' into deterministic
2019-12-05 11:50:16 -08:00
3381e8867c
Fix some assorted warnings.
2019-12-02 17:00:37 -08:00
063fa211a7
Merge remote-tracking branch 'origin/master' into feature/singlepass-cache
2019-11-29 01:33:29 +08:00
c7f4ca5dd3
Enable cache tests for singlepass.
2019-11-28 03:01:09 +08:00
fd0df9946b
Add "auto" backend to change the backend depending on the wasm file size
2019-11-27 20:04:35 +09:00
bb1e7a8d78
Prepare for 0.11.0 release
2019-11-22 11:18:06 -08:00
27b6acdb16
Fixed typo
2019-11-21 18:55:38 -08:00
9a146c57fc
Make docs compilation happy
2019-11-21 18:35:19 -08:00
7b9485320d
Revert "Autodetect default backend, add features for architecture type"
...
This reverts commit 31437a1e74
.
2019-11-21 18:26:31 -08:00
31437a1e74
Autodetect default backend, add features for architecture type
2019-11-21 17:22:21 -08:00
aeb66ee48e
Simplify compiler test options
2019-11-21 13:36:44 -08:00
cebcb4c927
Prepare for 0.10.2 release
2019-11-15 14:55:53 -08:00
929bff9df8
Add deny missing docs to runtime lib
2019-11-13 22:59:21 -06:00
9127eaf825
Add categories and keywords to Cargo.toml
s
2019-11-13 15:46:09 -08:00