-
Firstly, I want to thank the maintainers and the community for this incredible plug-in.
The current implementation of `obisidian-git` is currently using `isomorphic-git`, a non-native Git implemen…
-
I tried to get the demo to compile from the instructions in the README, but it seems to be failing regardless of what I do.
Following the instructions, running:
```bash
$ git clone https://github…
-
We recently allowed printing expression contents with respect to features in the Print pass (#3537) and we needed that as part of enabling multi-table modules in the Binaryen IR (#3517). But after I u…
-
Happens attempting to run guest auto-instr'd go modules such as:
`src/guest/modules/automatic/go/main.debug.instr.wasm`
Error does not occur when allowed functions have been configured (likely as …
G4Vi updated
7 months ago
-
Bun can do the following, but Deno cannot. Is there a reason Deno execution of WASM must route through JS?
```
# cat hello.c
#include
int main() {
printf("HELLO WASM\n");
retu…
-
### Go version
go version go1.22.0 darwin/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/Users/sekulicd/Library/Caches/…
-
First of all, thank you for your work on this amazing crate - I really hope it becomes a standard API to write runtime-independent code running WASM components :)
I am currently trying to port my W…
-
### Description
`main` is now the default branch for GitHub projects as opposed to `master`. Provide the expected default.
### Impact analysis
This will provide the expected default branch na…
-
## Summary
Some of the function calls in 08-wasm module omit the returned error. This makes it hard to understand what happened since it’s not easy to debug wasm contracts. The following functi…
aeryz updated
1 month ago
-
Given WASM
```wasm
0000024: 44 ; f64.const
0000025: 0000 0000 0000 e0c1 ; f64 literal
(module
(func (export "addTwo") (result f64)…