-
https://github.com/WebAssembly/reference-types
-
- Javascript
- https://github.com/vmanucharyan/duktape-cpp
- https://github.com/Aloshi/dukglue
- https://mujs.com
- Lua
- https://github.com/ThePhD/sol2
- [Squirrel](http://squirrel-lang…
-
👋 hey there!
While working on updating wasm3 on txiki.js I tried to avoid including internal header files and just using the public API (wasm3.h). The one thing I'm missing, which forces me to inc…
-
I will start by saying that I am trying to test my go application on an utterly unsupported platform (PS3 Running linux, PPC).
When running the application it gets only so far before encountering `…
-
https://github.com/WebAssembly/bulk-memory-operations
-
Hi,
are there any plans to implement the [WebAssembly GC proposal](https://github.com/WebAssembly/gc) into wasm3 any time soon? I found Github issues asking the same for other runtimes like [wasmti…
-
# ✨ 概要
最適化オプションとか,あとstackやmemoryの制限もできるっぽい?
# なぜ必要
# 備考
-
The wasi implementation is full of code like (e.g.)
```c
m3ApiRawFunction(m3_wasi_generic_args_sizes_get)
{
m3ApiReturnType (uint32_t)
m3ApiGetArgMem (__wasi_size_t * , argc)
…
-
Use WASI Socket to talk with RSocket service, and spec is here
https://docs.rs/wasi/0.9.0+wasi-snapshot-preview1/wasi/
-
ArduinoJS seems to perfectly suit my needs, but am I right that what is described in the readme is just a concept for now?
The closest I was able to find is `cesanta/elk`, but it is not yet perfect f…