Patrick Ventuzelo
|
c660aa9fce
|
fix 653 panic in memoryDescriptor
|
2019-09-17 17:42:06 +02:00 |
|
Syrus
|
d8471e2b6a
|
Improved docs with custom logo and favicon
|
2019-09-03 17:06:31 -07:00 |
|
Nick Lewycky
|
70d561a1dd
|
Remove SharedStaticMemory and simplify surrounding code.
|
2019-08-20 11:30:19 -07:00 |
|
Nick Lewycky
|
0eba153232
|
Implement shared static memory similarly to unshared static memory.
|
2019-08-19 15:18:22 -07:00 |
|
Nick Lewycky
|
3040ec90ad
|
cargo fmt
|
2019-08-16 18:00:20 -07:00 |
|
Nick Lewycky
|
a3fe372beb
|
Replace wasmer_runtime_code::memory::Atomic with std::sync::atomic atomics.
This means we lose op_new(), op_weak() and proxy() from the interface.
|
2019-08-16 17:36:11 -07:00 |
|
Brandon Fish
|
de8fe32dbe
|
Add memory validation
|
2019-08-13 13:04:13 -06:00 |
|
Mark McCaskey
|
5119f07ea3
|
implement wasi::readlink
|
2019-07-12 15:58:28 -07:00 |
|
Mark McCaskey
|
623bec001f
|
improve networking in emscripten
|
2019-07-01 16:36:30 -07:00 |
|
Mark McCaskey
|
4fcb3c4c83
|
improve emscripten sockets and networking
|
2019-06-28 17:14:00 -07:00 |
|
Mark McCaskey
|
b36783fc50
|
remove duplicated code, wrap WasmPtr on wasi side
|
2019-06-11 11:10:42 +02:00 |
|
Syrus
|
8218e550fc
|
Improved docs and fixed few typos
|
2019-05-13 11:18:57 -07:00 |
|
Clément Renault
|
21bd55c30d
|
Make the slice::from_raw_parts call safe
|
2019-04-21 12:58:48 +02:00 |
|
Ivan Enderlin
|
61a203438a
|
feat(runtime-core) SharedMemory.desc is not used… yet!
|
2019-03-15 09:09:24 +01:00 |
|
Mackenzie Clark
|
82eef13f41
|
Create a grow error and refactor grow impl to return result (#191)
|
2019-02-22 22:18:59 -08:00 |
|
Brandon Fish
|
c9969f269c
|
Use minimum limit as initial table size (#196)
|
2019-02-22 11:16:15 -08:00 |
|
Mackenzie Clark
|
2d2d708500
|
Validate descriptor max on creating new table or memory (#186)
|
2019-02-15 13:14:42 -08:00 |
|
Lachlan Sneff
|
271e68d88b
|
Run fmt
|
2019-02-05 11:56:36 -08:00 |
|
Lachlan Sneff
|
308d9dde3f
|
Fix compilation
|
2019-02-05 11:54:30 -08:00 |
|
Lachlan Sneff
|
8a8290b155
|
Add touch-ups to new memory api
|
2019-02-05 10:20:04 -08:00 |
|
Lachlan Sneff
|
00db5410c5
|
Change memory access api again
|
2019-02-04 23:07:58 -08:00 |
|
Lachlan Sneff
|
7fce447276
|
Change memory api
|
2019-02-04 15:07:32 -08:00 |
|
Lachlan Sneff
|
ccd43df767
|
Instantiate takes reference
|
2019-02-02 15:58:33 -08:00 |
|
Brandon Fish
|
cf325f7cd6
|
Fixup/comment out to get things compiling
|
2019-01-29 23:08:03 -06:00 |
|
Lachlan Sneff
|
69e9c5154d
|
Add Pages and Bytes newtypes
|
2019-01-29 15:44:15 -08:00 |
|
Lachlan Sneff
|
bc78738bb7
|
renaming
|
2019-01-29 14:15:59 -08:00 |
|
Lachlan Sneff
|
581363119b
|
More review fixes
|
2019-01-29 13:04:42 -08:00 |
|
Lachlan Sneff
|
767fdbd950
|
Fix some reviewed items
|
2019-01-29 12:49:51 -08:00 |
|
Lachlan Sneff
|
d73c7015fb
|
Change memory api a little
|
2019-01-29 12:12:37 -08:00 |
|
Lachlan Sneff
|
98305c8731
|
Add new global import api
|
2019-01-28 11:55:44 -08:00 |
|
Lachlan Sneff
|
9b491ec95d
|
Fix memory api to be sound
|
2019-01-28 10:59:05 -08:00 |
|
Lachlan Sneff
|
a58f3318f0
|
Modify imports macro to work with all things that are exports
|
2019-01-25 16:40:07 -08:00 |
|
Lachlan Sneff
|
e4686e67c4
|
Add importable memories and dynamic memories
|
2019-01-25 15:28:54 -08:00 |
|