ptitSeb
c7544dcea4
feat(compiler) Fix lint
2021-09-16 11:17:47 +02:00
ptitSeb
2e5dae0019
feat(compiler) Make CallingConvention a paramter in SinglePass
2021-09-16 11:03:39 +02:00
ptitSeb
7b27a81221
feat(compiler) fixed linting
2021-09-15 14:15:51 +02:00
ptitSeb
9f1dcfcb04
feat(compiler) Added windows x86_64 ABI to SinglePass compiler, but tests are not OK yet
2021-09-15 14:09:09 +02:00
Syrus Akbary
f7dcb02a79
Updated version
2021-08-21 10:21:37 +01:00
Syrus Akbary
1e980b82f7
Fixed dependencies a bit more
2021-08-10 11:47:44 -07:00
Syrus Akbary
9ecedc3925
Fix issue #2329 based on @olonho suggestion
2021-07-28 17:09:55 -07:00
Syrus Akbary
98481f51fe
Move ModuleInfo to wasmer-types
2021-07-16 15:42:39 -07:00
bors[bot]
327192c2ae
Merge #2423
...
2423: Prepare for 2.0.0 release r=MarkMcCaskey a=MarkMcCaskey
# Review
- [x] Add a short description of the change to the CHANGELOG.md file
Co-authored-by: Mark McCaskey <mark@wasmer.io >
2021-06-15 20:59:00 +00:00
Mark McCaskey
0c0fdad3d2
Prepare for 2.0.0 release
2021-06-15 11:26:46 -07:00
yukang
dc0dcd01d2
fix singlepass issue #2347
2021-06-05 09:23:00 +08:00
Mark McCaskey
80a8658e5a
Prepare for 2.0.0-rc2 release
2021-06-03 09:19:16 -07:00
Mark McCaskey
cfc1a5fc26
Fix typo 2.0.0-rc -> 2.0.0-rc1
2021-06-02 08:32:46 -07:00
Mark McCaskey
2897a5b05e
Bump version number to 2.0.0-rc1
2021-06-02 08:21:34 -07:00
jubianchi
6a99268895
feat(llvm): Make NaN canonicalization configurable
...
compiler-llvm now uses the experimental.constrained intrinsics to ensure
correct behavior on FP operations when full-canonicalization is
disabled.
This patch requires TheDan64/inkwell#247
2021-05-28 11:40:10 +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
Mark McCaskey
9e04e2624b
Update cranelift, impl low hanging fruit SIMD opcodes
2021-05-12 09:15:56 -07:00
Syrus Akbary
48139c3a08
Merge branch 'master' into unwind-optional
...
# Conflicts:
# lib/compiler-singlepass/Cargo.toml
2021-05-11 11:26:50 -07:00
Syrus Akbary
5dfdb1474b
Remove unused features
2021-05-11 11:24:35 -07:00
Mark McCaskey
1dc1ceac1f
Implement bulk memory instructions in Singlepass
2021-05-06 10:54:04 -07:00
Mark McCaskey
c634cdcc2e
Add TypedSelect support to Singlepass + LLVM
...
Missed this in the reftypes PR
2021-04-28 10:03:07 -07:00
Syrus Akbary
cb66b5293d
Improved middleware logic
2021-04-27 14:00:25 -07:00
Syrus Akbary
742b2baa15
Fixed singlepass
2021-04-27 09:45:59 -07:00
Syrus Akbary
9ea745b6c3
Merge branch 'master' into middleware-refactor
2021-04-27 09:44:25 -07:00
Syrus Akbary
2df5854e37
Make compilers to take non-mutable inputs
2021-04-26 21:14:23 -07:00
Syrus Akbary
ae20af8426
Add middleware accessor in compiler
2021-04-26 16:52:31 -07:00
Syrus Akbary
9be59f809f
Use FunctionBinaryReader instead of Middleware
2021-04-26 16:40:54 -07:00
Aleksey Kladov
60348fc5e3
Make threading optional in single pass backend
2021-04-26 18:13:53 +03:00
Aleksey Kladov
7ad7543f89
Prepare to abstract rayon away by minimizing the API we use
2021-04-26 18:13:02 +03:00
Bo Yao
dadc81296a
cargo fmt
2021-04-21 16:06:12 -07:00
Bo Yao
24bcc9349e
cargo fmt
2021-04-21 15:42:47 -07:00
Bo Yao
92af25a585
resolve conflict, replace two primary map to hash map
2021-04-20 16:50:05 -07:00
Ivan Enderlin
e1e2f03c7c
fix: Rename lib/wasmer-types/ to lib/types/.
2021-03-23 17:36:58 +01:00
Ivan Enderlin
4b752ed498
chore: Use loupe 0.1.0.
2021-03-23 11:18:31 +01:00
Ivan Enderlin
2afed4d813
feat: Use latest version of loupe.
2021-03-22 11:43:46 +01:00
Ivan Enderlin
026520998c
feat: Start implementing loupe::MemoryUsage on wasmer::Store.
2021-03-22 11:42:28 +01:00
Nick Lewycky
9e1cec01be
Prepare for 1.0.2 release
2021-02-04 19:44:49 -08:00
Nick Lewycky
63366278cd
Add the ability to call directly through a register.
...
Simplify some code a little using it.
2021-02-01 11:30:37 -08:00
Jiyong Ha
7121ebe3b5
Update lib/compiler-singlepass/src/machine.rs
...
Co-authored-by: Ivan Enderlin <ivan@mnt.io >
2021-01-14 17:39:30 +09:00
Jiyong Ha
60d61a6469
Update lib/compiler-singlepass/src/machine.rs
...
Co-authored-by: Ivan Enderlin <ivan@mnt.io >
2021-01-14 17:39:23 +09:00
losfair
1fc405b6b6
Merge remote-tracking branch 'origin/master' into feature/refactor-init-stack-assembly
2021-01-13 20:20:12 +08:00
losfair
d5b6560bd9
Run cargo fmt.
2021-01-13 20:14:05 +08:00
losfair
87f6ea945a
Add stack probe.
2021-01-13 20:12:52 +08:00
Jiyong Ha
6d5f169b07
refactor: Optimize local stack initialization assembly
2021-01-13 11:34:05 +09:00
Mark McCaskey
924ffd8797
Prepare for 1.0.1 release
2021-01-12 08:08:19 -08:00
Mark McCaskey
3654cb17a5
Fix RUSTSEC-2021-0003
2021-01-11 12:51:07 -08:00
Mark McCaskey
cac4583b19
Add links on all crates.io badges
2021-01-07 06:48:32 -08:00
Mark McCaskey
0448f729fd
Fix up readme files, remove version numbers
2021-01-07 06:36:27 -08:00
Mark McCaskey
bc73789cc0
Prepare for 1.0.0 release
2021-01-05 06:21:03 -08:00
Mark McCaskey
1ac42e2e3b
Update usage of beta to rc
2020-12-23 11:33:53 -08:00