#
wasmtime
Here are 30 public repositories matching this topic...
bkolobara
commented
Dec 14, 2021
Currently, if you create an environment from a process that has the permission to call lunatic::process::allow_namespace it can give greater permissions to sub-processes spawned into the new environment than it has itself.
The lunatic::process::allow_namespace host function should first check if we have permissions for the namespace before allowing us to add it to other environments. Simila
.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
-
Updated
Jan 25, 2022 - C#
A language binding generator for WebAssembly interface types
-
Updated
Jan 31, 2022 - Rust
Experimental outbound HTTP support for WebAssembly and WASI
-
Updated
Jan 21, 2022 - Rust
Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from .NET Core
-
Updated
Feb 3, 2022 - C#
Discover WebAssembly System Interface (WASI) with C/Rust use cases
-
Updated
Jan 3, 2021 - Makefile
A modular chatbot experiment
-
Updated
Mar 17, 2021 - Rust
Pluggable wasmtime engine for the waPC Rust host
-
Updated
Jan 22, 2022 - Rust
Test integration of a proposed WebAssembly cryptography API into wasmtime.
-
Updated
Jan 25, 2022 - Rust
What's WASM, WASI 🤔
-
Updated
Feb 4, 2021 - Shell
Software Maintenance and Evolution: Using Web Assembly to make Serverless Applications more Portable
aws-lambda
portable
wasm
web-assembly
bluemix
openwhisk
serverless-applications
wasmer
lucet
wasmtime
-
Updated
Apr 5, 2020 - JavaScript
This is an example showing how to export and import functions between a Rust application and Rust WebAssembly.
-
Updated
Jul 1, 2020 - Rust
A prototype serverless WebAssembly runtime built on Wasmtime
-
Updated
Sep 23, 2021 - Rust
Java or JVM-language easy binding based on JNA (Java Native Access) for WebAssembly (WASM) libraries
-
Updated
May 19, 2021 - Java
Docker images containing Emscripten toolchain and Wasmtime WebAssembly runtime.
-
Updated
May 16, 2020 - Dockerfile
Docker configurations for WebAssembly related solutions
-
Updated
Feb 24, 2020 - Shell
Improve this page
Add a description, image, and links to the wasmtime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wasmtime topic, visit your repo's landing page and select "manage topics."
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to
Module::newwhich internally checks for WAT strings and assembles them into Wasm bytes if necessary.We can make this more efficient, improving the number of test cases we fuzz in a