-
# Support WASI target
One of the popular and emerging use cases for wasm apps is deploying/executing them in environments other than browsers, for example in the desktops, in the servers on the edg…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=738708
Build error leg or test failing:
## Error Message
Fill the error message using [step by st…
-
I believe this is the way it's done today but in the case of the OCI layers I don't think we need these permissions. Any thoughts on how we can make this more configurable? It feels li…
-
Hi, i have followd #526 and #474 issues and then i am able to solve below issues
```
wasm-ld: warning: creating shared libraries, with -shared, is not yet stable
wasm-ld: error: build/wasm32-wasi…
-
I'm trying to compile the library under wasm32-unknown-unknown to be used inside the browser through wasm-pack.
There has been somewhat recent work to support this more in the rust compiler [here](…
Specy updated
3 weeks ago
-
### Summary
Enable CANN support for WASI-NN ggml plugin.
### Details
Adding CANN support to the WASI-NN ggml plugin is relatively straightforward. The main changes involve adding the following code…
-
Hi,
I am trying to include llvm-19rc2 version in wasi-sdk-24 version.
while running this command i am getting below errors .
`cmake --build build/sysroot --target install`
```
mkdir -p "/hom…
-
This goal of this issue is to discuss multiple options to implement WASM into Kibana. This focuses on WASM builds from Golang. Implementation details on Golang side are out of scope for this issue sin…
-
While building wasi-sdk locally, I observed that some of the compile tests fail:
```console
$ build.sh
FAILED: tests/compile-only/wasm32-wasip2.-O0.addresses.c.wasm
: && /home/abrown/Code/wasi-s…
-
I'm having some difficulty running js code compiled to wasm using `jco` in `wepl`. I've tried to boil this down to a minimal example.
*repltest.js*
```
export function test() {
return "ok";
…