sampaioletti

Results 16 issues of sampaioletti

This PR adds a filter pipeline that can modify the results of a pluck as they are being extracted. Moved the existing Sanitize and TrimSpace functions to be Filter types....

I have used/seen the convention elsewhere to use a $ prefix to denote a 'builtin' function or variable. It makes it easier when there is a possibility of some runtime...

Very sure this is from my lack of understanding of a radix tree...but can someone tell me why the second test fails pls. Thanks in advance. ```rust #[test] fn test_example()...

Hello, I had a project where I was using your library, but needed different matching than path.Match (our strings have "/" in them, but are not paths). So I pulled...

Related to work for #163 In a pretty standard (from what i can tell) wasm generated with emscripten it has the following imports ```wat (import "env" "memory" (memory (;0;) 256...

Been playing with adding in some of the libc functions that compiling with emscripten requires, here is a working POC for discussion. Not pretty but I was trying to see...

While playing with my emlibc branch I was having to explicitly set my module.GlobalIndexSpace for my imports rather than just specifying module.Global after comparing the code in wasm/imports.go to wasm/module.go...

I was playing around with Wagon and wanted to see if it would run on my Raspberry Pi, initially I couldn't get it to build so i looked around for...

Would the nzmqt team like to create a 4.x branch, or push 3.x from master to a branch. We are currently (we have a successful build) implementing the code using...