We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Uncaught NotFound: No such file or directory (os error 2): readfile './bin/kafkagosaur.wasm' const wasmBytes = await Deno.readFile(wasmFilePath); ^ at async Object.readFile (ext:deno_fs/30_fs.js:693:18) at async runGoWasm (https://deno.land/x/kafkagosaur@v0.0.6/mod.ts:45:21)
import KafkaGoSaur from "https://deno.land/x/kafkagosaur@v0.0.6/mod.ts"; const broker = await kafkaGoSaur.createWriter({ topic: "book-updates", address: "localhost:9092", });
The text was updated successfully, but these errors were encountered:
Fixed by manually copying kafkagosaur.wasm from this repository into bin folder relative to my app root
Sorry, something went wrong.
But then it throws an error:
error: Uncaught CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 0a 0a 0a 0a @+0 const instiatedSource = await WebAssembly.instantiate( ^ at runGoWasm (https://deno.land/x/kafkagosaur@v0.0.6/mod.ts:46:45)
No branches or pull requests
The text was updated successfully, but these errors were encountered: