-
Summary: I set `IGNORE_MISSING_MAIN` option but compilation still fails with `undefined symbol: main`.
Code (main.cpp):
```cpp
#include
__attribute__((export_name("boot"))) void
boot()
{
…
-
### Description
I think that it'd be great to also distribute swift-syntax as a prebuilt framework with every release, at least for Apple platforms (like https://github.com/realm/SwiftLint does).
…
-
Hi Michael!
I am attempting to compile C++ to WebAssembly without using Emscripten or other alternative methods that would require modifications to my C++ code (such as adding macros). I saw your a…
-
ie the difference in time between a php file having just
``````
...and a different php file that starts the extism sandbox, loads the smallest hello-world.wasm , executes a 'hello' function in it,…
-
### Enviroment
platform: Ubuntu 22.04.3 / Windows 10
CPU: x64
Runtime: Nodejs 20
### Issue
If run with js-sdk and use extism_http_request API, show`http_request is not enabled`message,
I…
-
While trying to build one larger module with extism, I got below message while loading the wasm file in playground.
It seems that there are some wasm-bindgen related artifacts in the wasm file. May…
-
Nice work!
I looked into this benchmark with @tlively now. It's interesting, but we're not sure what's going on here. The main issue is that the SIMD code emitted by the LLVM wasm backend is quite …
-
Similar to #7505, I'm running into a problem with a "has the wrong type" error, but unlike that previous issue, I believe I do have the correct adapter version. I'm running `wasmtime 17.0.1` with the …
-
_Do apologize in advance if this is not the right repository for this issue; happy to move it somewhere else_
_I added an item to the agenda for the next WASI meeting to discuss this topic: https://g…
-
### Android application type
.NET Android (net7.0-android, net8.0-android, etc.)
### Affected platform version
.NET 8.0.201
### Description
`android` and `maui-android` workloads are no…