-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Upgraded from 8.0.4 AspNetCore to 8.0.10 and now my production publish script breaks because …
-
If I understand this right, i31ref is supposed to be implemented by the engine as a tagged pointer.
As mentioned in https://github.com/WebAssembly/gc/blob/master/proposals/gc/Overview.md#unboxed-sc…
-
MonoLinker.exe crashes instead of giving a useful error when Cecil can't resolve a type or member
There can be multiple assemblies and situation with these symptoms, I'm adding one concrete repro a…
-
In the code examples of [Reading and Writing Graphics](https://github.com/torch2424/wasm-by-example/blob/master/examples/reading-and-writing-graphics/reading-and-writing-graphics.assemblyscript.en-us.…
-
On my local copy of the VSRTL repository (updated to latest commit on main) I have migrated the project to Qt 6.5 (beta-1) with no error nor warnings from the compile output, and plan on pull request…
-
After following the instructions on https://github.com/morganbr/corert/blob/master/Documentation/how-to-build-WebAssembly.md and https://github.com/dotnet/corert/blob/master/Documentation/how-to-build…
-
Similar to https://github.com/second-state/wasmedge-quickjs/blob/main/examples/embed_js/src/main.rs
Can I use this lib to embed JS code into C++ app?
-
Everything works fine when I do:
```ts
export const add = async () => {
const {instance} = await WebAssembly.instantiate number;
}>(AddNumber);
return instance.exports.add;
};
```
But…
-
cxxxr updated
4 years ago
-
Lunatic already has a [plugin system](https://github.com/lunatic-solutions/lunatic/blob/main/src/plugin.rs) that is not well documented or particularly useful in the current state. It started out as a…