This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
spin
Watch
1
Star
0
Fork
You've already forked spin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
491e5557eb
spin
/
.gitignore
7 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a very simple Engine This commit adds a very simple engine implementation that can be used to generate an execution context based on a WITX definition, and run WebAssembly components that implement the WITX. The implementation uses Wasmtime and `witx-bindgen`, and the test is an echo implementation written in Rust. Currently, the implementation does not test additional features, such as custom linker imports. Signed-off-by: Radu Matei <radu.matei@fermyon.com>
2021-11-02 16:40:52 +08:00
target
chore: update the Spin CLI to work with new HTTP engine This commit updates the Spin CLI to handle the new HTTP engine. In this process, it temporarily removes all support for pulling a remote bindle, which will be re-introduced in a future commit. Signed-off-by: Radu Matei <radu.matei@fermyon.com>
2022-02-06 06:29:58 +08:00
.husky
docs: add package.json file to watch for changes in docs website Signed-off-by: Radu Matei <radu.matei@fermyon.com>
2022-03-09 10:39:05 +08:00
cache
node_modules
ignored-assets
feat: initial add for (Tiny)Go SDK Signed-off-by: Radu Matei <radu.matei@fermyon.com>
2022-03-09 22:52:58 +08:00
main.wasm