Sean Feng

Results 46 comments of Sean Feng

Just a note for a hack if you are struggling with finding the correct profile to log in. It's all rely on `browser_cookie3` to find the cookie, and by executing...

This is where the error returned https://github.com/rusqlite/rusqlite/blob/a01d1c5f7d3ed56406e142eba67120b20f3808f6/libsqlite3-sys/sqlite3/wasm32-wasi-vfs.c#L236

Here's the rust code https://paste.mozilla.org/ErP53XxY#L13 and here's Wasmer-JS code https://paste.mozilla.org/OhqhvUtn. Note that the rust code works fine with `wasmtime`, so this is Wasmer-JS specific.

That is `nodejs` actually. I've been following this example https://docs.wasmer.io/integrations/js/wasi/server/examples/hello-world. I basically just reused this example. The way how I compiled the rust code was `RUSTFLAGS='-C target-feature=-crt-static' cargo build --target...

Hi! I've also managed to compile the `wasm` file by using running `CARGO_TARGET_WASM32_WASI_LINKER=/home/saber/.local/workspace/repos/taskoo/taskoo-core/wasi-sdk-12.0/bin/lld CFLAGS="--sysroot=/opt/wasi-sdk/wasi-sysroot" cargo build --target=wasm32-wasi --lib --verbose` , however the the file seems to be broken. ``` ➜...

Actually I guess the `Bad magic format` isn't a big deal. I think I've compiled it correctly, although I still haven't figured out how to run the code. I'd like...

Thanks! Do you think I need to use `wasm-bindgen` to generate the glue code to be able to use that?

Just to make sure I understand it correctly. It sounds like I can't use the `wasm-bindgen` cli to generate the glue code for a wasm file. Can I still use...

@passchaos Also make sure you used `wasi-sdk 10`. I tried 11 and 12 in the past, and none of the them worked for me.

oh, what I mean is the output video container for the timestamp-overlay-added video. We kept the rest as `mp4`.