Syrus Akbary
3225852547
Update migration_to_3.0.0.md
2022-09-13 08:22:43 -07:00
ptitSeb
1912373e1f
The API breaking changes from future WASIX/Network/Threading addition
2022-08-26 10:46:56 +02:00
Felix Schütt
b6a6897ef5
Add proper description of MemoryView API
2022-08-23 15:52:50 +02:00
Felix Schütt
d0dd830306
Initial update for migration-to-3.0.0 for MemoryView
2022-08-23 13:38:08 +02:00
Syrus Akbary
544cbe005d
Update migration_to_3.0.0.md
2022-08-16 18:48:17 +02:00
Syrus Akbary
2f177a1cd3
Improved migration guide. Close #3113
2022-08-16 18:47:19 +02:00
Manos Pitsidianakis
ba38b7e214
Add wasi_* C-API function changes in migration guide for 3.0.0
...
- `wasi_env_new` changed signature
- `wasi_get_imports` changed signature
- `wasi_env_set_memory` was added
Closes #3077
2022-08-10 15:59:46 +03:00
Wolfgang Silbermayr
6b39488b69
Update migration documentation for *_with_env(…) functions
2022-08-05 14:27:44 +02:00
Syrus Akbary
4384ddf9cd
Improved EngineBuilder and Store API
...
- Store::new() now takes an impl Into<Engine>.
- Added Into<Engine> impls in each of the compilers
- Updated docs/migration_to_3.0.0.md on API usage
2022-07-28 15:20:26 +03:00
Manos Pitsidianakis
214346af3b
Merge Backend into EngineBuilder and refactor feature flags
2022-07-27 21:03:24 +03:00
Manos Pitsidianakis
4a06b1d3f6
Rename engine's Universal type to Backend
...
The Universal type was essentially a builder of engines that's given a
compiler backend and creates an Engine with .engine() method. The name
was not clear.
2022-07-25 13:23:13 +03:00
Syrus Akbary
3a1424ec4a
Update docs/migration_to_3.0.0.md
2022-07-21 13:51:58 -07:00
Syrus Akbary
dbeebfc6b9
Apply suggestions from code review
2022-07-21 13:50:41 -07:00
Manos Pitsidianakis
46ca6a8171
Update docs/migration_to_3.0.0.md
2022-07-21 14:11:01 +03:00
Syrus Akbary
a419ccdf52
Move Webassembly objects to Store and remove Context
...
Co-authored-by: ptitSeb <sebastien.chev@gmail.com >
Co-authored-by: Manos Pitsidianakis <manos@wasmer.io >
2022-07-19 15:31:51 +03:00
ptitSeb
b5ae6399ce
update Migration guide
2022-07-19 15:31:51 +03:00
Manos Pitsidianakis
2f1c61e56b
Update CHANGELOG.md and migration_to_3.0.0.md
2022-06-16 16:57:45 +03:00
Manos Pitsidianakis
308d8a0a4b
Add docs/migration_to_3.0.0.md
2022-06-08 14:09:40 +03:00