-
I know we already have `wasm_import_module_name`, but clang already has attributes for that! Supporting them directly would be much more convenient, I think?
See: https://clang.llvm.org/docs/At…
nasso updated
2 months ago
-
### Describe the bug
I have a WASM library I built as an ES module with Emscripten, so I have manifold.js and manifold.wasm in my built directory. In a worker I call it like `import Module from './bu…
-
I built a ESM module by wasm-pack and imported it into a js file. I can call the function from the module properly using 'await', while something went wrong when 'Promise.then' applied.
```javascrip…
-
Hi there. I'm trying to get the EventSource functionality to work from an embedded WASM module in a SvelteKit page. I've followed the guidance as closely as I can, but can't get it to actually attempt…
-
After lots of fiddling and different errors, I ended up with:
Error: no available backend found. ERR: [wasm] Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node…
-
I attempted to use the **mupdf.js** library in Angular.
Repo link: [MuPDF.js Angular Demo](https://github.com/ArtifexSoftware/mupdf.js/tree/master/examples/angular)
First, I reviewed the Angular d…
-
**Describe the bug**
When calling any contract deployed with emscripten or optimized by binaryen after the WebAssembly sign-ext features where introduced you'll get the error "Error happened while …
-
I tried build a c++ source file to a wasm module using proxy-wasm-cpp-sdk (https://github.com/proxy-wasm/proxy-wasm-cpp-sdk.git).
I follows the README
first , I download this project: git clone ttps…
-
Hi there,
I'd like to bring attention to an area of ambiguity in the `wasi:http` specification concerning runtime behavior for incoming requests. Currently, implementations like `wasmtime serve` r…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
D…