Sebastian Himmer
Sebastian Himmer
Hello, I've only skimmed through the wiki very fast, but haven't found any mention of what I'm searching for. Is it possible to see all connected (Android) devices and select...
I used this library in my project, but had problems with implementing it with my current structure. I've written myself a small tweak, which allowed me to apply custom styles...
### Bug description Whenever calling the heap.alloc function, the whole function process stops -> possibly aborts. ```ts export function allocate(size: i32): usize { logi(size); logi(memory.size()); let ptr: usize = heap.alloc(size);...
Hello, I am using AssemblyScript together with wasm3. Once I started using heap functions in AS, the WASM bytecode started requiring the env.abort function. ``` (import "env" "abort" (func $~lib/builtins/abort...