Skip to content

Commit 557b20b

Browse files
committed
feat: Add support for host functions
Not optimised (yet)... Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent d5c0819 commit 557b20b

17 files changed

Lines changed: 951 additions & 277 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
applyTo: '**'
3+
---
4+
# General Instructions
5+
6+
- This repository is a modern c++ project.
7+
- It uses CMake to build and test the project
8+
- The goal of the project is to create host bindings for the [WebAssembly Component Model](ref/component-model/README.md)
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
applyTo: '**'
3+
---
4+
5+
# WAMR Instructions
6+
7+
- This code uses the [wasm-micro-runtime](https://github.com/bytecodealliance/wasm-micro-runtime) to host a wasm guest.

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "ref/vscode-wasm"]
88
path = ref/vscode-wasm
99
url = git@github.com:microsoft/vscode-wasm.git
10+
[submodule "ref/wasm-micro-runtime"]
11+
path = ref/wasm-micro-runtime
12+
url = git@github.com:bytecodealliance/wasm-micro-runtime.git

0 commit comments

Comments
 (0)