Add wasmer web assembly submodule and a POC engine#2132
Draft
hewison-chris wants to merge 1 commit intobosagora:v0.x.xfrom
Draft
Add wasmer web assembly submodule and a POC engine#2132hewison-chris wants to merge 1 commit intobosagora:v0.x.xfrom
hewison-chris wants to merge 1 commit intobosagora:v0.x.xfrom
Conversation
58f5998 to
0d21689
Compare
cc72153 to
63465a7
Compare
Codecov Report
@@ Coverage Diff @@
## v0.x.x #2132 +/- ##
==========================================
- Coverage 88.11% 87.95% -0.16%
==========================================
Files 164 147 -17
Lines 16934 14041 -2893
==========================================
- Hits 14921 12350 -2571
+ Misses 2013 1691 -322
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1bc36ac to
3f71f67
Compare
3f71f67 to
cd8dd9c
Compare
691d2d8 to
4cde26b
Compare
4cde26b to
748d5ad
Compare
aa267ff to
a471d7e
Compare
Contributor
|
FYI things should run on Alpine since v2: wasmerio/wasmer@ea4ea47 |
a471d7e to
ef11b23
Compare
Contributor
|
This is what scares me a bit: https://github.com/wasmerio/wasmer/blob/master/lib/vm/src/trap/traphandlers.rs |
This adds the wasmer-d submodule and an engine which can run in d at runtime. Currently the Engine is only run in the unit tests in `WasmEngine.d` to experiment with running Web Assembly programs. `dtest=WasmEngine dub test`
ef11b23 to
b5cfa4d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
wasmer-dsubmodule supports running web assembly outside of the web browser. The classnode/WasmEngine.dprovides a POC engine to run web assembly programs within agora.This is still very much a work in progress. There are some unit tests that can be used to experiment.